Sat Sep 20 18:51:57 2008 UTC ()
Fix include order.


(joerg)
diff -r1.13 -r1.14 pkgsrc/net/py-twisted/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/net/py-twisted/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-twisted/Makefile 2008/09/19 18:03:24 1.13
+++ pkgsrc/net/py-twisted/Makefile 2008/09/20 18:51:57 1.14
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.13 2008/09/19 18:03:24 epg Exp $ 1# $NetBSD: Makefile,v 1.14 2008/09/20 18:51:57 joerg Exp $
2# 2#
3 3
4PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION} 4PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION}
5COMMENT= Framework for writing networked applications 5COMMENT= Framework for writing networked applications
6.include "../../net/py-twisted/Makefile.common" 6.include "../../net/py-twisted/Makefile.common"
7 7
8DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL 8DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
9DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface 9DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface
10 10
11REPLACE_PYTHON+= ${WRKSRC}/twisted/mail/test/pop3testserver.py 11REPLACE_PYTHON+= ${WRKSRC}/twisted/mail/test/pop3testserver.py
12REPLACE_PYTHON+= ${WRKSRC}/twisted/trial/test/scripttest.py 12REPLACE_PYTHON+= ${WRKSRC}/twisted/trial/test/scripttest.py
13 13
14do-test: 14do-test:
15 cd ${WRKSRC} && ./build/scripts-${PYVERSSUFFIX}/trial twisted 15 cd ${WRKSRC} && ./build/scripts-${PYVERSSUFFIX}/trial twisted
16 16
17.include "../../lang/python/application.mk" 17# egg.mk restricts the Python version list
18.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
 19.include "../../lang/python/application.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"