summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-09-20 18:51:57 +0000
committerjoerg <joerg@pkgsrc.org>2008-09-20 18:51:57 +0000
commita3385aa7da8ea0569d773f75324845bdb95eab3d (patch)
treeaebc562b57912019d38a6a8a0df334cb3891e812 /net
parent7c6ab1b2f46aa60990fe8580a6508d6f23874311 (diff)
downloadpkgsrc-a3385aa7da8ea0569d773f75324845bdb95eab3d.tar.gz
Fix include order.
Diffstat (limited to 'net')
-rw-r--r--net/py-twisted/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile
index 2278a26edb3..c41e1ec2dd9 100644
--- a/net/py-twisted/Makefile
+++ b/net/py-twisted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/09/19 18:03:24 epg Exp $
+# $NetBSD: Makefile,v 1.14 2008/09/20 18:51:57 joerg Exp $
#
PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION}
@@ -14,6 +14,7 @@ REPLACE_PYTHON+= ${WRKSRC}/twisted/trial/test/scripttest.py
do-test:
cd ${WRKSRC} && ./build/scripts-${PYVERSSUFFIX}/trial twisted
-.include "../../lang/python/application.mk"
+# egg.mk restricts the Python version list
.include "../../lang/python/egg.mk"
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"