1
0
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:
Dima Dorfman 2005-01-30 06:58:01 +00:00
parent 50dadc2c5e
commit bf3a7b5031
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127686

View File

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