diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:49:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:49:19 +0000 |
commit | 320eb5ec608d61dacf6c24f5177ed114fa61c7f5 (patch) | |
tree | 8df53a0e053e9d6e2edc38afcee338d56eec3f4c /net | |
parent | 750851ea667767369e77c81a398f854b39cbbf9a (diff) | |
download | pkgsrc-320eb5ec608d61dacf6c24f5177ed114fa61c7f5.tar.gz |
Remove python-2.5 reference.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-twisted/Makefile | 5 |
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 |