summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-11-08 23:47:03 +0000
committerjoerg <joerg@pkgsrc.org>2007-11-08 23:47:03 +0000
commit34aa985f6ae1b1b1c729eaa5f28efe06ff1afd34 (patch)
treee3e453c3c37c2cef5e2785e655e6b778a34783ea /textproc
parentb9c02b3868f6fc26bd728bc03924462a9fa94cd2 (diff)
downloadpkgsrc-34aa985f6ae1b1b1c729eaa5f28efe06ff1afd34.tar.gz
Fix include order to get working Python version selection.
Diffstat (limited to 'textproc')
-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"