diff options
author | drochner <drochner> | 2002-12-10 15:08:19 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-12-10 15:08:19 +0000 |
commit | 08375ee1a356bf37767801a4ffa5f9b29c6cdc91 (patch) | |
tree | 044e15a90c9a48753378cfd19e57dd7c8b8dcb3c /textproc/py-expat | |
parent | 97fbe83fe92810cd9e17735f0495b7eff1cb865b (diff) | |
download | pkgsrc-08375ee1a356bf37767801a4ffa5f9b29c6cdc91.tar.gz |
for the Python-version-selection magic to work properly, extension.mk
must be pulled in before srcdist.mk
Diffstat (limited to 'textproc/py-expat')
-rw-r--r-- | textproc/py-expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index bcd11707f4b..578f7eb393c 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/16 16:45:56 tsarna Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/10 15:08:19 drochner Exp $ # PKGNAME= ${PYPKGPREFIX}-expat-0 @@ -28,6 +28,6 @@ do-patch: done) .include "../../textproc/expat/buildlink2.mk" -.include "../../lang/python/srcdist.mk" .include "../../lang/python/extension.mk" +.include "../../lang/python/srcdist.mk" .include "../../mk/bsd.pkg.mk" |