diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-20 04:10:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-20 04:10:21 +0000 |
commit | cad334fc0dd22a1909bd8b9354aa055a23ff7dc6 (patch) | |
tree | a3ba618f2c1e76e5926f3015e700ceccb22ec1a5 /textproc/py-4suite | |
parent | 1cf9a1e703d4db0a55a00899740eb39e3cad48d9 (diff) | |
download | ports-cad334fc0dd22a1909bd8b9354aa055a23ff7dc6.tar.gz ports-cad334fc0dd22a1909bd8b9354aa055a23ff7dc6.zip |
Notes
Diffstat (limited to 'textproc/py-4suite')
-rw-r--r-- | textproc/py-4suite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-4suite/Makefile b/textproc/py-4suite/Makefile index b1940d61dd59..ccc95d1ff930 100644 --- a/textproc/py-4suite/Makefile +++ b/textproc/py-4suite/Makefile @@ -16,9 +16,9 @@ DISTNAME= 4Suite-${PORTVERSION} MAINTAINER= mike@skew.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. +BROKEN= "has a broken pkg-plist that removes dozens of files not installed by this port" EXPIRATION_DATE=2005-02-18 -DEPRECATED= "${IGNORE}" +DEPRECATED= ${BROKEN} BUILD_DEPENDS= ${PYXML} RUN_DEPENDS= ${PYXML} |