summaryrefslogtreecommitdiff
path: root/net/py-twisted
diff options
context:
space:
mode:
authorjoerg <joerg>2008-09-20 18:51:57 +0000
committerjoerg <joerg>2008-09-20 18:51:57 +0000
commit87a43032135ca214014f62346c84da3ff091b173 (patch)
treeaebc562b57912019d38a6a8a0df334cb3891e812 /net/py-twisted
parent17ab88d2b1d97cd5b26a266f28cadcdf7e9ff226 (diff)
downloadpkgsrc-87a43032135ca214014f62346c84da3ff091b173.tar.gz
Fix include order.
Diffstat (limited to 'net/py-twisted')
-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"