summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-14 11:40:31 +0000
committerwiz <wiz>2015-04-14 11:40:31 +0000
commitd25b81f61d47d68a2b705c38b5f2c46028826b99 (patch)
tree86d59f72e362d758e2f7c4a084578152561fef40 /math
parent958d710cffca4a14e6f281d203ff3f5598e73202 (diff)
downloadpkgsrc-d25b81f61d47d68a2b705c38b5f2c46028826b99.tar.gz
Remove more references to python-2.6.
Diffstat (limited to 'math')
-rw-r--r--math/py-rpy/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile
index 462068ebb90..e0557efd804 100644
--- a/math/py-rpy/Makefile
+++ b/math/py-rpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/04/13 23:12:42 rodent Exp $
+# $NetBSD: Makefile,v 1.39 2015/04/14 11:40:31 wiz Exp $
DISTNAME= rpy2-2.5.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/}
@@ -24,13 +24,10 @@ REPLACE_PYTHON= rpy/tests.py
.include "../../lang/python/pyversion.mk"
PLIST_VARS= sd
-.if ${PYPKGPREFIX} == "py26" || ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33"
+.if ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33"
PLIST.sd= yes
DEPENDS+= ${PYPKGPREFIX}-singledispatch-[0-9]*:../../devel/py-singledispatch
.endif
-.if ${PYPKGPREFIX} == "py26"
-DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
-.endif
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"