- make lang/python an explicit build dependency to get

rid of the implicit one

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
This commit is contained in:
Marcus von Appen 2013-12-14 18:35:52 +00:00
parent e900206ae7
commit 96f73dde92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336467

View file

@ -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