Date: Sat, 14 Dec 2013 18:35:53 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336467 - head/emulators/virtualbox-ose Message-ID: <201312141835.rBEIZr1W098819@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141835.rBEIZr1W098819>