diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-19 15:14:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-19 15:14:10 +0800 |
commit | 06f719a6e2512a69e716aa48c8f8956dcc962435 (patch) | |
tree | 090473f17cbf07ad2fb615ee8f651a587f921a10 | |
parent | 21fec06874384464c73afe668f93ec5204ddb81e (diff) | |
download | marcuscom-ports-06f719a6e2512a69e716aa48c8f8956dcc962435.tar marcuscom-ports-06f719a6e2512a69e716aa48c8f8956dcc962435.tar.gz marcuscom-ports-06f719a6e2512a69e716aa48c8f8956dcc962435.tar.bz2 marcuscom-ports-06f719a6e2512a69e716aa48c8f8956dcc962435.tar.lz marcuscom-ports-06f719a6e2512a69e716aa48c8f8956dcc962435.tar.xz marcuscom-ports-06f719a6e2512a69e716aa48c8f8956dcc962435.tar.zst marcuscom-ports-06f719a6e2512a69e716aa48c8f8956dcc962435.zip |
Explicitly disable GTK+ support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10154 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gconf2/Makefile | 7 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 7f16f24fb..529699b11 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.90 2008/01/10 07:26:49 marcus Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.91 2008/01/19 05:36:58 marcus Exp $ # PORTNAME= gconf2 PORTVERSION= 2.21.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -29,7 +29,8 @@ USE_GNOME= gnomehier gnomehack orbit2 glib20 libxml2 linc ltverhack \ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc + --disable-gtk-doc \ + --disable-gtk # --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 183a9770b..936f25d97 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -25,7 +25,6 @@ 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 |