summaryrefslogtreecommitdiff
path: root/editors/gconf-editor
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-21 13:03:25 +0000
committerwiz <wiz@pkgsrc.org>2007-09-21 13:03:25 +0000
commit3528e063450c6c10f9548d9ded687e713f731a1b (patch)
tree48b3195c505f0c48c6098bc0d627477188a674f9 /editors/gconf-editor
parent244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff)
downloadpkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'editors/gconf-editor')
-rw-r--r--editors/gconf-editor/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index a49109c66b4..d53378b0e03 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2007/09/19 23:18:48 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2007/09/21 13:03:40 wiz Exp $
#
DISTNAME= gconf-editor-2.18.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.18/}
EXTRACT_SUFX= .tar.bz2
@@ -17,16 +17,16 @@ USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
-CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF2_CONFIG_SOURCE:Q}
-CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xml.defaults/gconf.xml.mandatory/g}
+CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF_CONFIG_SOURCE:Q}
+CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF_CONFIG_SOURCE:S/gconf.xml.defaults/gconf.xml.mandatory/g}
-GCONF2_SCHEMAS= gconf-editor.schemas
+GCONF_SCHEMAS= gconf-editor.schemas
-BUILDLINK_API_DEPENDS.GConf2+= GConf2>=2.14.0
+BUILDLINK_API_DEPENDS.GConf+= GConf>=2.14.0
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.14.0
-.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"