diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 18:35:52 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 18:35:52 +0000 |
commit | 96f73dde92c389f95e26fed300ccb0a815b8f05f (patch) | |
tree | 55b2192aefb2ba2352c1386a3ca5694f6517075a /emulators | |
parent | e900206ae798111e3cdd163962bd0338d2b7f85b (diff) | |
download | ports-96f73dde92c389f95e26fed300ccb0a815b8f05f.tar.gz ports-96f73dde92c389f95e26fed300ccb0a815b8f05f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 867fa65c9efa..6af9d76f51e3 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -23,7 +23,8 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ xsltproc:${PORTSDIR}/textproc/libxslt \ kmk:${PORTSDIR}/devel/kBuild \ gtar:${PORTSDIR}/archivers/gtar \ - cdrecord:${PORTSDIR}/sysutils/cdrtools + cdrecord:${PORTSDIR}/sysutils/cdrtools \ + python:${PORTSDIR}/lang/python LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libxslt.so:${PORTSDIR}/textproc/libxslt \ libcurl.so:${PORTSDIR}/ftp/curl |