From 96f73dde92c389f95e26fed300ccb0a815b8f05f Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 14 Dec 2013 18:35:52 +0000 Subject: [PATCH] - make lang/python an explicit build dependency to get rid of the implicit one Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) --- emulators/virtualbox-ose/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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