summaryrefslogtreecommitdiff
path: root/net
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
commit320eb5ec608d61dacf6c24f5177ed114fa61c7f5 (patch)
tree8df53a0e053e9d6e2edc38afcee338d56eec3f4c /net
parent750851ea667767369e77c81a398f854b39cbbf9a (diff)
downloadpkgsrc-320eb5ec608d61dacf6c24f5177ed114fa61c7f5.tar.gz
Remove python-2.5 reference.
Diffstat (limited to 'net')
-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