diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:59:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:59:40 +0000 |
commit | 18b23fc9bf19ef0ff11202c9d169bf738421c777 (patch) | |
tree | ad922849705f63ec246d13f6951a0d4e4cdf9438 /textproc | |
parent | fbfa5eef25fed465a4a5b5eaba69a2fc1cb44320 (diff) | |
download | pkgsrc-18b23fc9bf19ef0ff11202c9d169bf738421c777.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-expat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index 624835bc5c5..4907b9d88cd 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/10/11 13:40:19 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/25 04:59:40 snj Exp $ # PKGNAME= ${PYPKGPREFIX}-expat-0 @@ -19,7 +19,7 @@ PY_SETUP_SUBST+= EXPATRTPREFIX=${BUILDLINK_PREFIX.expat} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes # ignore errors due to missing files (EXTRACT_ELEMENTS!) do-patch: @@ -28,7 +28,7 @@ do-patch: ${PATCH} --batch <$$f || true; \ done) -.include "../../textproc/expat/buildlink2.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../lang/python/srcdist.mk" .include "../../mk/bsd.pkg.mk" |