diff options
author | wiz <wiz> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-01-01 14:43:22 +0000 |
commit | e6bb11fe76ee3070a3d5660c9d0557e3c7de0237 (patch) | |
tree | e76899e3fd3b6a6a58bb4e74444c8b3242764f99 /biology | |
parent | c9c2a15216dcfe339449f2359e90583d89937f9f (diff) | |
download | pkgsrc-e6bb11fe76ee3070a3d5660c9d0557e3c7de0237.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/py-mol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index 52f8ec2a812..2463085ce9e 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/08/28 15:48:28 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/01 14:43:24 wiz Exp $ DISTNAME= pymol-v1.5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pymol-v/mol-/} @@ -15,7 +15,7 @@ COMMENT= Molecular Visualization System DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy PYTHON_VERSIONED_DEPENDENCIES= Pmw -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.5.0.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.5.0.1 WRKSRC= ${WRKDIR}/pymol |