diff options
author | prlw1 <prlw1@pkgsrc.org> | 2016-04-08 07:48:27 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2016-04-08 07:48:27 +0000 |
commit | 2a3b7c9e977e33b3478d3d1677b7ca9f1f389f6c (patch) | |
tree | e97a625f5ffb01376505e34f0edbbffddaa7d293 | |
parent | 90cb1929c0d432116ea3ffb4bc5ce9ccbb53261e (diff) | |
download | pkgsrc-2a3b7c9e977e33b3478d3d1677b7ca9f1f389f6c.tar.gz |
Enable python 3 port
-rw-r--r-- | devel/gobject-introspection/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 9be8c5cadd6..454cd7514ae 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2016/04/07 21:35:33 prlw1 Exp $ +# $NetBSD: Makefile,v 1.47 2016/04/08 07:48:27 prlw1 Exp $ DISTNAME= gobject-introspection-1.48.0 CATEGORIES= devel gnome @@ -12,8 +12,6 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # ported but not tested (Bug #728079) - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config flex bison gmake |