summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-14 18:39:20 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-14 18:39:20 +0000
commit4f9158aa444f137aad3318dd7f70635de096c792 (patch)
treeba427afd0af692e5c355bbad3331d8d83a105c01 /emulators
parentgraphics/nathive: depends explicitly on "python" (diff)
- make lang/python an explicit dependency to get rid of the
implicit one Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=336470
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile3
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