svn commit: r336467 - head/emulators/virtualbox-ose

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 18:35:53 UTC 2013


Author: mva
Date: Sat Dec 14 18:35:52 2013
New Revision: 336467
URL: http://svnweb.freebsd.org/changeset/ports/336467

Log:
  - make lang/python an explicit build dependency to get
    rid of the implicit one
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Sat Dec 14 18:34:01 2013	(r336466)
+++ head/emulators/virtualbox-ose/Makefile	Sat Dec 14 18:35:52 2013	(r336467)
@@ -23,7 +23,8 @@ BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/ya
 		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


More information about the svn-ports-head mailing list