summaryrefslogtreecommitdiffstats
path: root/devel/gconf2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-10 15:26:50 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-10 15:26:50 +0800
commit72e9452f1d9a7c248fee46fe20b11f3695b3e389 (patch)
tree1496ce54878da9a939c6163dd859eca8e69a30b9 /devel/gconf2
parent59ce9b60b2a7fd640f5fd1b578bcede4ca93fec6 (diff)
downloadmarcuscom-ports-72e9452f1d9a7c248fee46fe20b11f3695b3e389.tar
marcuscom-ports-72e9452f1d9a7c248fee46fe20b11f3695b3e389.tar.gz
marcuscom-ports-72e9452f1d9a7c248fee46fe20b11f3695b3e389.tar.bz2
marcuscom-ports-72e9452f1d9a7c248fee46fe20b11f3695b3e389.tar.lz
marcuscom-ports-72e9452f1d9a7c248fee46fe20b11f3695b3e389.tar.xz
marcuscom-ports-72e9452f1d9a7c248fee46fe20b11f3695b3e389.tar.zst
marcuscom-ports-72e9452f1d9a7c248fee46fe20b11f3695b3e389.zip
Fix glib dependency, and remove gtk20 dependency. This might make some ports
unhappy, but it definitely cleans up GConf's dependencies. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10043 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2')
-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@