diff options
author | joerg <joerg> | 2007-11-08 23:47:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-11-08 23:47:03 +0000 |
commit | 0c1f49fea445f34f4505e4f465d774c860c17720 (patch) | |
tree | e3e453c3c37c2cef5e2785e655e6b778a34783ea /textproc/py-X | |
parent | d7188efbb29a9ce5176ed2376632162d9c09bff0 (diff) | |
download | pkgsrc-0c1f49fea445f34f4505e4f465d774c860c17720.tar.gz |
Fix include order to get working Python version selection.
Diffstat (limited to 'textproc/py-X')
-rw-r--r-- | textproc/py-X/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile index 214b4384876..814689cdac6 100644 --- a/textproc/py-X/Makefile +++ b/textproc/py-X/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/06/12 13:48:06 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/11/08 23:47:03 joerg Exp $ # DISTNAME= PyX-0.9 @@ -33,6 +33,6 @@ pre-install: post-install: ${CP} ${WRKSRC}/pyxrc.default ${PREFIX}/share/examples/PyX/pyxrc -.include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |