summaryrefslogtreecommitdiff
path: root/textproc/py-X
diff options
context:
space:
mode:
authorjoerg <joerg>2007-11-08 23:47:03 +0000
committerjoerg <joerg>2007-11-08 23:47:03 +0000
commit736866f47da91df65c48d93901fe2778445b6d70 (patch)
treee3e453c3c37c2cef5e2785e655e6b778a34783ea /textproc/py-X
parent5502e3e1bbc77d381df5f74cc6e23ebaf4e07c47 (diff)
downloadpkgsrc-736866f47da91df65c48d93901fe2778445b6d70.tar.gz
Fix include order to get working Python version selection.
Diffstat (limited to 'textproc/py-X')
-rw-r--r--textproc/py-X/Makefile4
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"