aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-17 06:33:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-17 06:33:24 +0000
commit569f49de27c2509cb6b302ca977004f71b3ace0f (patch)
tree685bd8545094964b0e0446c7aaf8ef925bec5674 /textproc
parent527d6478e6b8f9985fafac2d8ef04be5c523c53f (diff)
downloadports-569f49de27c2509cb6b302ca977004f71b3ace0f.tar.gz
ports-569f49de27c2509cb6b302ca977004f71b3ace0f.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-syck/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-syck/Makefile b/textproc/py-syck/Makefile
index a3dd49a29e16..0376f0c0316c 100644
--- a/textproc/py-syck/Makefile
+++ b/textproc/py-syck/Makefile
@@ -17,6 +17,8 @@ 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
+
SITELIBDIR= %%PYTHON_SITELIBDIR%%/
PYFILES= ypath.py ydump.py yaml2xml.py
PYFILES_= ${PYFILES:S/^/${SITELIBDIR}/}