diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 18:39:20 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 18:39:20 +0000 |
commit | 4f9158aa444f137aad3318dd7f70635de096c792 (patch) | |
tree | ba427afd0af692e5c355bbad3331d8d83a105c01 /emulators/virtualbox-ose-legacy/Makefile | |
parent | cc2f35439e436f9c2a9e7faee99ce04c79d8a745 (diff) |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-legacy/Makefile')
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 4e9c6d58443a..0baa4a0c8707 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/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 |