diff options
author | snj <snj> | 2004-05-04 23:46:36 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-04 23:46:36 +0000 |
commit | 4f3ff43fa763bdff9c4189eb45fb9d5c57894ffa (patch) | |
tree | af7d58df93e4acd5924a37c4ef089e410ab8257d /textproc/py-SimpleParse | |
parent | 742265c837eef9d6d7dba26d54fc304f1182bf2a (diff) | |
download | pkgsrc-4f3ff43fa763bdff9c4189eb45fb9d5c57894ffa.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/py-SimpleParse')
-rw-r--r-- | textproc/py-SimpleParse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-SimpleParse/Makefile b/textproc/py-SimpleParse/Makefile index 4b0e70d61f7..831acc9a923 100644 --- a/textproc/py-SimpleParse/Makefile +++ b/textproc/py-SimpleParse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:55 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/05/04 23:46:37 snj Exp $ # DISTNAME= SimpleParse-2.0.0 @@ -13,9 +13,9 @@ HOMEPAGE= http://simpleparse.sourceforge.net/ COMMENT= Simple parser generator for mxTextTools text-tagging engine PYDISTUTILSPKG= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PYTHON_VERSIONS_ACCEPTED= 23pth 22pth .include "../../lang/python/extension.mk" -.include "../../time/py-mxDateTime/buildlink2.mk" +.include "../../time/py-mxDateTime/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |