diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-07 13:25:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-07 13:25:27 +0000 |
commit | 9cca056846db8a7376177e81ce408da8f1ec482b (patch) | |
tree | 35b12567ae128c2b1e9bf2734420b78578fea0ac /x11/gtk2 | |
parent | 71cf4346cbb1aac315cae60200eeefb43d68845a (diff) | |
download | pkgsrc-9cca056846db8a7376177e81ce408da8f1ec482b.tar.gz |
Mark as not ready for python-3.x.
Bump PKGREVISION.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index ee7256494b3..9f866013954 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.258 2014/01/25 10:45:22 wiz Exp $ +# $NetBSD: Makefile,v 1.259 2014/02/07 13:25:27 wiz Exp $ DISTNAME= gtk+-2.24.22 PKGNAME= ${DISTNAME:S/gtk/gtk2/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/2.24/} EXTRACT_SUFX= .tar.xz @@ -75,6 +76,7 @@ CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" #SUBST_SED.pthread= -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g' #SUBST_FILES.pthread= gdk-pixbuf/Makefile.in +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.24.22 REPLACE_PYTHON= gtk/gtk-builder-convert # We remove the module databases during post-install since we create them |