summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-14 18:35:52 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-14 18:35:52 +0000
commit96f73dde92c389f95e26fed300ccb0a815b8f05f (patch)
tree55b2192aefb2ba2352c1386a3ca5694f6517075a /emulators
parent- Fix the usage of 'python' to get rid of the implicit lang/python (diff)
- make lang/python an explicit build dependency to get
rid of the implicit one Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=336467
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose/Makefile3
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