diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-03 12:25:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-03 12:25:36 +0000 |
commit | 0663ca1bf7044236c11a22b5696b84fc18a7028f (patch) | |
tree | 98d2412dbdc78c8c9acb1a7e43e5e01f31c6b718 /math/py-rpy | |
parent | c831e6df48c5040d381b32a965cbff70c8d42127 (diff) | |
download | pkgsrc-0663ca1bf7044236c11a22b5696b84fc18a7028f.tar.gz |
Remove some dead code, python-3.3 is no more.
Diffstat (limited to 'math/py-rpy')
-rw-r--r-- | math/py-rpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index becb15912c9..6cf0050140f 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/06/08 17:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2016/10/03 12:25:36 wiz Exp $ DISTNAME= rpy2-2.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/} @@ -24,7 +24,7 @@ REPLACE_PYTHON= rpy/tests.py .include "../../lang/python/pyversion.mk" PLIST_VARS= sd -.if ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33" +.if ${PYPKGPREFIX} == "py27" PLIST.sd= yes DEPENDS+= ${PYPKGPREFIX}-singledispatch-[0-9]*:../../devel/py-singledispatch .endif |