diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 07:37:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 07:37:02 +0800 |
commit | 98a0e5e88d5a792b0aa63f60d9d21449ef330e61 (patch) | |
tree | af8b9fba07391bdde7ddf1ff6e12c09a24bf7954 /devel/gconf2 | |
parent | 725defca395fd5d0eb87409656635072907addc7 (diff) | |
download | marcuscom-ports-98a0e5e88d5a792b0aa63f60d9d21449ef330e61.tar marcuscom-ports-98a0e5e88d5a792b0aa63f60d9d21449ef330e61.tar.gz marcuscom-ports-98a0e5e88d5a792b0aa63f60d9d21449ef330e61.tar.bz2 marcuscom-ports-98a0e5e88d5a792b0aa63f60d9d21449ef330e61.tar.lz marcuscom-ports-98a0e5e88d5a792b0aa63f60d9d21449ef330e61.tar.xz marcuscom-ports-98a0e5e88d5a792b0aa63f60d9d21449ef330e61.tar.zst marcuscom-ports-98a0e5e88d5a792b0aa63f60d9d21449ef330e61.zip |
After more thought, re-enable GTK+ support in GConf. If gnome-panel needs
gconf-sanity-check-2, other apps may need it as well. No one has complained
about GConf needing GTK+ yet, so this is probably nto a big deal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10198 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2')
-rw-r--r-- | devel/gconf2/Makefile | 9 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 529699b11..64ef10128 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.91 2008/01/19 05:36:58 marcus Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.92 2008/01/19 07:14:10 marcus Exp $ # PORTNAME= gconf2 PORTVERSION= 2.21.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,13 +24,12 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack orbit2 glib20 libxml2 linc ltverhack \ +USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack \ referencehack intlhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc \ - --disable-gtk + --disable-gtk-doc # --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 936f25d97..183a9770b 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -25,6 +25,7 @@ lib/libgconf-2.la lib/libgconf-2.so lib/libgconf-2.so.4 libdata/pkgconfig/gconf-2.0.pc +libexec/gconf-sanity-check-2 libexec/gconfd-2 %%LDAP%%share/GConf/schema/evoldap.schema share/aclocal/gconf-2.m4 |