diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-01 14:43:22 +0000 |
commit | d9cd52ca4f7d2f437462e137076da25e25647437 (patch) | |
tree | 6f510156548caacca7fb56a561c073c3aafcb9b7 /x11/py-gnome2-desktop | |
parent | bb6aab2f58f81bc7205abbd391e485390b223225 (diff) | |
download | pkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'x11/py-gnome2-desktop')
-rw-r--r-- | x11/py-gnome2-desktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile index 44a53c1af81..bcac3931173 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2016/12/04 05:17:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.103 2017/01/01 14:44:08 wiz Exp $ DISTNAME= gnome-python-desktop-2.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/} @@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config gmake PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2 PYTHON_VERSIONED_DEPENDENCIES= cairo:link .include "../../lang/python/pyversion.mk" |