mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Fix the "broken" dependency by checking for the existence of the right
file ("syck" isn't supposed to exist, so the dependency wasn't being satisfied even though the textproc/syck package was installed).
This commit is contained in:
parent
50dadc2c5e
commit
bf3a7b5031
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127686
@ -14,10 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= dd@FreeBSD.org
|
||||
COMMENT= Python binding for Syck, a YAML parser and emitter
|
||||
|
||||
# Just a build dependency because the library will be linked into the extension
|
||||
BUILD_DEPENDS= syck:${PORTSDIR}/textproc/syck
|
||||
|
||||
BROKEN= Broken dependency
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:${PORTSDIR}/textproc/syck
|
||||
|
||||
SITELIBDIR= %%PYTHON_SITELIBDIR%%/
|
||||
PYFILES= ypath.py ydump.py yaml2xml.py
|
||||
|
Loading…
Reference in New Issue
Block a user