diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-07 13:27:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-07 13:27:36 +0000 |
commit | f282fc6cd9a825f7c1335fb24ac19f4fd6b31566 (patch) | |
tree | 0fb1d512352308ee97bd7132507e0adddf4c9f38 /devel/GConf | |
parent | 85e1b1a16c0f9573de70f3345a51559eb49b6c8d (diff) | |
download | pkgsrc-f282fc6cd9a825f7c1335fb24ac19f4fd6b31566.tar.gz |
Mark as not ready for python-3.x. Bump PKGREVISION.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 8c97aa9e405..724b8a01fe9 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.83 2013/05/31 12:39:56 wiz Exp $ -# +# $NetBSD: Makefile,v 1.84 2014/02/07 13:27:36 wiz Exp $ .include "../../devel/GConf/Makefile.common" -PKGREVISION= 7 +PKGREVISION= 8 CONFIGURE_ARGS+= --disable-gtk CONFIGURE_ARGS+= ac_cv_header_ldap_h=no @@ -19,6 +18,7 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system EGDIR= ${PREFIX}/share/examples/GConf CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.32.4 REPLACE_PYTHON= gsettings/gsettings-schema-convert # XXX: We need to use XML_CATALOGS here to register the installed DTD. |