diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-31 07:48:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-31 07:48:05 +0000 |
commit | e42b0370dbdf479b28b7e6968152de3355529e0e (patch) | |
tree | 8bb406863b22ea799e75e30329ce85dc1db42877 /textproc/py-4suite/Makefile | |
parent | Add the ability to build with svgalib support. (diff) |
IGNORE: This port has a badly broken pkg-plist that removes dozens of files
not installed by this port.
Diffstat (limited to '')
-rw-r--r-- | textproc/py-4suite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-4suite/Makefile b/textproc/py-4suite/Makefile index 8849ff38ce82..10e382e73087 100644 --- a/textproc/py-4suite/Makefile +++ b/textproc/py-4suite/Makefile @@ -16,6 +16,8 @@ DISTNAME= 4Suite-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org COMMENT= A collection of Python tools for XML processing and object database management +IGNORE= has a broken pkg-plist that removes dozens of files not installed by this port. + BUILD_DEPENDS= ${PYXML} RUN_DEPENDS= ${PYXML} |