summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorwiz <wiz>2014-02-07 13:27:36 +0000
committerwiz <wiz>2014-02-07 13:27:36 +0000
commitd5c94cbf0160dae81450ae1566e92214b5926794 (patch)
tree0fb1d512352308ee97bd7132507e0adddf4c9f38 /devel/GConf
parent944c69996636b571aac64b972eb4747167880e14 (diff)
downloadpkgsrc-d5c94cbf0160dae81450ae1566e92214b5926794.tar.gz
Mark as not ready for python-3.x. Bump PKGREVISION.
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/Makefile6
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.