diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-02 20:46:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-02 20:46:26 +0000 |
commit | fd8eb26b009893f92f6f42d1151a0adf2958055e (patch) | |
tree | 3473aaf5d06e03f125b0943748e25c11a364f1a1 /textproc | |
parent | a8211ba398142a44b4bbf0fef921c38b272fc621 (diff) | |
download | pkgsrc-fd8eb26b009893f92f6f42d1151a0adf2958055e.tar.gz |
bl2 -> bl3 in comment.
Diffstat (limited to 'textproc')
-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 17a0e5e9ec3..ddcf178eaa7 100644 --- a/textproc/py-FourSuite/Makefile +++ b/textproc/py-FourSuite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/22 06:07:39 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/02 20:46:26 wiz Exp $ # DISTNAME= 4Suite-0.12.0a3 @@ -17,6 +17,6 @@ PY_PATCHPLIST= yes USE_BUILDLINK3= yes #pyxml is needed at runtime to get pyexpat -#.include "../../textproc/py-xml/buildlink2.mk" +#.include "../../textproc/py-xml/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |