summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2005-01-30 06:58:01 +0000
committerDima Dorfman <dd@FreeBSD.org>2005-01-30 06:58:01 +0000
commitbf3a7b5031075b471ac70e4b7ab50a7849a8370c (patch)
treeb8d4fd38873227cfe467c6a7880ab98994fd5c21 /textproc
parentUpgrade to 1.9.15 (diff)
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).
Notes
Notes: svn path=/head/; revision=127686
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-syck/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/py-syck/Makefile b/textproc/py-syck/Makefile
index 0376f0c0316c..573fd6bca78d 100644
--- a/textproc/py-syck/Makefile
+++ b/textproc/py-syck/Makefile
@@ -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