diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-14 11:40:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-14 11:40:31 +0000 |
commit | b1cd877e088d17fdc4d1fdba58c64b38add3c11f (patch) | |
tree | 86d59f72e362d758e2f7c4a084578152561fef40 /math/py-rpy | |
parent | d1b7843e7bd275414d2f50edd2b2407e6483a913 (diff) | |
download | pkgsrc-b1cd877e088d17fdc4d1fdba58c64b38add3c11f.tar.gz |
Remove more references to python-2.6.
Diffstat (limited to 'math/py-rpy')
-rw-r--r-- | math/py-rpy/Makefile | 7 |
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" |