aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric
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 /math/gnumeric
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 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index a84489b270e7..ef4eb7536123 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -27,7 +27,6 @@ USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \
libgsf_gnome pygtk2 desktopfileutils
-WANT_GNOME= yes
USE_PYTHON= yes
INSTALLS_OMF= yes
INSTALLS_SHLIB= yes
@@ -44,6 +43,8 @@ MAN1= gnumeric.1 ssconvert.1 ssindex.1
PLIST_SUB= VERSION=${PORTVERSION}
+OPTIONS GNOMEDB "Enable libgnomedb support" off
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
@@ -52,7 +53,7 @@ PLIST_SUB+= PERL="@comment "
PLIST_SUB+= PERL=""
.endif
-.if ${HAVE_GNOME:Mlibgnomedb}!=""
+.if defined(WITH_GNOMEDB)
USE_GNOME+= libgnomedb
CONFIGURE_ARGS+= --with-gda
PLIST_SUB+= GNOMEDB=""