summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/gconf2/Makefile7
-rw-r--r--devel/gconf2/files/patch-gconf-2.0.pc.in11
2 files changed, 14 insertions, 4 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 00fd6c250..dd28cb2b1 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -3,12 +3,12 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gconf2/Makefile,v 1.87 2007/10/15 14:17:14 ahze Exp $
+# $MCom: ports/devel/gconf2/Makefile,v 1.89 2008/01/09 23:33:12 marcus Exp $
#
PORTNAME= gconf2
PORTVERSION= 2.21.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -24,8 +24,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
-USE_XLIB= yes
-USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack \
+USE_GNOME= gnomehier gnomehack orbit2 glib20 libxml2 linc ltverhack \
referencehack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
diff --git a/devel/gconf2/files/patch-gconf-2.0.pc.in b/devel/gconf2/files/patch-gconf-2.0.pc.in
new file mode 100644
index 000000000..dcee8207d
--- /dev/null
+++ b/devel/gconf2/files/patch-gconf-2.0.pc.in
@@ -0,0 +1,11 @@
+--- gconf-2.0.pc.in.orig 2008-01-10 02:17:24.000000000 -0500
++++ gconf-2.0.pc.in 2008-01-10 02:17:31.000000000 -0500
+@@ -8,7 +8,7 @@ gconf_serverdir=@libexecdir@
+ Name: gconf
+ Description: GNOME Config System.
+ Version: @VERSION@
+-Requires: glib
++Requires: glib-2.0
+ Requires.private: ORBit-2.0
+ Libs: -L${libdir} -lgconf-@MAJOR_VERSION@
+ Cflags: -I${includedir}/gconf/@MAJOR_VERSION@