diff options
author | recht <recht> | 2004-01-23 15:39:13 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-23 15:39:13 +0000 |
commit | ce1488dc66c9e069ed684ac3c1fe1b0bc580f2ca (patch) | |
tree | 0989f73ef43feed1475c6fc2e299f4624321dafe /textproc/py-FourSuite | |
parent | 5c777e2928296fc4626eebf305c3e972a9aff718 (diff) | |
download | pkgsrc-ce1488dc66c9e069ed684ac3c1fe1b0bc580f2ca.tar.gz |
catch up with pyxml -> py-xml name change
Diffstat (limited to 'textproc/py-FourSuite')
-rw-r--r-- | textproc/py-FourSuite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-FourSuite/Makefile b/textproc/py-FourSuite/Makefile index 9978cc95229..4103c446eba 100644 --- a/textproc/py-FourSuite/Makefile +++ b/textproc/py-FourSuite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:54:44 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/23 15:39:13 recht Exp $ # DISTNAME= 4Suite-0.12.0a3 @@ -17,6 +17,6 @@ PY_PATCHPLIST= yes USE_BUILDLINK2= yes #pyxml is needed at runtime to get pyexpat -#.include "../../textproc/pyxml/buildlink2.mk" +#.include "../../textproc/py-xml/buildlink2.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |