pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-twisted Fix include order.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b826a234776
branches:  trunk
changeset: 547569:3b826a234776
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Sep 20 18:51:57 2008 +0000

description:
Fix include order.

diffstat:

 net/py-twisted/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 85f6c51d7dd3 -r 3b826a234776 net/py-twisted/Makefile
--- a/net/py-twisted/Makefile   Sat Sep 20 16:18:36 2008 +0000
+++ b/net/py-twisted/Makefile   Sat Sep 20 18:51:57 2008 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index