diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-16 06:14:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-16 06:14:03 +0800 |
commit | b39ca63f782921e46d2a123e23f54e476c14434a (patch) | |
tree | 6c75992c9c479da512073d86d6c91ac3c2447d7d | |
parent | 6f5816b3f68fd2630b1d54dbc57224f2b555d9ea (diff) | |
download | marcuscom-ports-b39ca63f782921e46d2a123e23f54e476c14434a.tar.gz marcuscom-ports-b39ca63f782921e46d2a123e23f54e476c14434a.tar.zst marcuscom-ports-b39ca63f782921e46d2a123e23f54e476c14434a.zip |
Add dependancy on dconf, as discussed on the marcuscom-devel list.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14888 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gconf2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 68cedd531..d38f92a5d 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.122 2010/09/27 20:22:41 kwm Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.123 2010/11/14 17:56:35 marcus Exp $ # PORTNAME= gconf2 PORTVERSION= 2.32.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -31,7 +31,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \ - referencehack intlhack + referencehack intlhack dconf USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ |