summaryrefslogtreecommitdiff
path: root/net/py-twisted
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-27 18:49:19 +0000
committerwiz <wiz@pkgsrc.org>2014-01-27 18:49:19 +0000
commitcf7af67d7a9fe2d74c5e6d7cd1a0eb33fb8be486 (patch)
tree8df53a0e053e9d6e2edc38afcee338d56eec3f4c /net/py-twisted
parenteeaf9bfa51e5f9788080494805a299d8dccc9b42 (diff)
downloadpkgsrc-cf7af67d7a9fe2d74c5e6d7cd1a0eb33fb8be486.tar.gz
Remove python-2.5 reference.
Diffstat (limited to 'net/py-twisted')
-rw-r--r--net/py-twisted/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile
index 7d7fbd74cc1..bcf3acda144 100644
--- a/net/py-twisted/Makefile
+++ b/net/py-twisted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/08/13 17:47:41 adam Exp $
+# $NetBSD: Makefile,v 1.23 2014/01/27 18:49:19 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
COMMENT= Framework for writing networked applications
@@ -37,9 +37,8 @@ CHECK_FILES_SKIP+= ${PREFIX}/${PYSITELIB}/twisted/plugins/dropin.cache
.include "../../lang/python/application.mk"
# With python 2.6, twisted builds an additional object.
-# XXX Guess that 2.5 does this too.
PLIST_VARS+= initgroups
-.if ${PYPKGPREFIX} == "py26" || ${PYPKGPREFIX} == "py25"
+.if ${PYPKGPREFIX} == "py26"
PLIST.initgroups= YES
.endif