aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-03-27 08:19:05 +0800
committermarcus <marcus@FreeBSD.org>2006-03-27 08:19:05 +0800
commitac73d1ac6df862cf0f0e35bb6832522bbc0898bb (patch)
tree31d28a07966a42c85564c0491b4129315136cd1a /devel
parent8cc234059ccbb3cc1fda73d6c38986e68cc31043 (diff)
downloadfreebsd-ports-gnome-ac73d1ac6df862cf0f0e35bb6832522bbc0898bb.tar.gz
freebsd-ports-gnome-ac73d1ac6df862cf0f0e35bb6832522bbc0898bb.tar.zst
freebsd-ports-gnome-ac73d1ac6df862cf0f0e35bb6832522bbc0898bb.zip
Turn the libgnomedb dependency into an OPTION.
Diffstat (limited to 'devel')
-rw-r--r--devel/glade2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile
index 7d10859ca2fc..0e2863df35d8 100644
--- a/devel/glade2/Makefile
+++ b/devel/glade2/Makefile
@@ -26,14 +26,15 @@ USE_X_PREFIX= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui
-WANT_GNOME= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+OPTIONS= GNOMEDB "Enable libgnomedb support" off
+
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mlibgnomedb}!=""
+.if defined(WITH_GNOMEDB)
USE_GNOME+= libgnomedb
CONFIGURE_ARGS+= --enable-gnome-db
.else