diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 21:57:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 21:57:14 +0000 |
commit | bc33c93e6034d4bd2ed64a24da91b0e4df021f53 (patch) | |
tree | ddf6b3fb708302434d4f0ff4a52c71c65d55ce1f /math/gnumeric | |
parent | e3b77117a3d611d6464c1a31cfbe65c77d6f7fcc (diff) |
Notes
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
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="" |