From eeeb81931ec2063db673bb5b38cedf7d0ac68c77 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 20 Sep 2008 18:51:57 +0000 Subject: Fix include order. --- net/py-twisted/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/py-twisted') 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" -- cgit v1.2.3