mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
parent
e900206ae7
commit
96f73dde92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336467
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue