diff options
author | snj <snj@pkgsrc.org> | 2004-05-04 23:46:36 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-04 23:46:36 +0000 |
commit | 65a932dba986c3488c19dbdecf419fa033336d1c (patch) | |
tree | af7d58df93e4acd5924a37c4ef089e410ab8257d /textproc/py-SimpleParse | |
parent | 197ed63787aa7c4786272167df6c6c10637fa0bb (diff) | |
download | pkgsrc-65a932dba986c3488c19dbdecf419fa033336d1c.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" |