aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-07-26 05:57:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-07-26 05:57:14 +0800
commit7b66dfbfc74284d20be03f069de65ddf8f941f02 (patch)
treeddf6b3fb708302434d4f0ff4a52c71c65d55ce1f /math/gnumeric
parent1e14360d1bf79e32d6c87f53ed47dc86caa5fe33 (diff)
downloadfreebsd-ports-gnome-7b66dfbfc74284d20be03f069de65ddf8f941f02.tar.gz
freebsd-ports-gnome-7b66dfbfc74284d20be03f069de65ddf8f941f02.tar.zst
freebsd-ports-gnome-7b66dfbfc74284d20be03f069de65ddf8f941f02.zip
- Switch converters/psiconv to USES=libtool, drop .la files
- Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Approved by: kwm
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index bdbc2893895e..5930ea0e3d46 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gnumeric
PORTVERSION= 1.12.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --without-perl
PLIST_SUB+= PERL="@comment "
.endif
-.if defined(WITH_GDA)
+.if ${PORT_OPTIONS:MGDA}
USE_GNOME+= libgda5-ui
CONFIGURE_ARGS+= --with-gda
PLIST_SUB+= GDA=""