svn commit: r336470 - head/emulators/virtualbox-ose-legacy

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 18:39:21 UTC 2013


Author: mva
Date: Sat Dec 14 18:39:20 2013
New Revision: 336470
URL: http://svnweb.freebsd.org/changeset/ports/336470

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

Modified:
  head/emulators/virtualbox-ose-legacy/Makefile

Modified: head/emulators/virtualbox-ose-legacy/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-legacy/Makefile	Sat Dec 14 18:37:15 2013	(r336469)
+++ head/emulators/virtualbox-ose-legacy/Makefile	Sat Dec 14 18:39:20 2013	(r336470)
@@ -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-all mailing list