diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-03-25 12:32:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-03-25 12:32:07 +0000 |
commit | 16dcfc11aeb204d71a61c0e4ab2c9006449445a2 (patch) | |
tree | f039da4fd7406aec231a93823c02d4ed1311710e /math/gnumeric/Makefile | |
parent | 4ad49612fc6696e4d103cbcf76ae2ee21ac2a36b (diff) |
Notes
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 5e4f1c5050aa..79effcf20673 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -8,7 +8,7 @@ # When updating, remember to update pkg-plist of gchemutils. PORTNAME= gnumeric -PORTVERSION= 1.10.13 +PORTVERSION= 1.10.14 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -39,10 +39,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas +GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \ + org.gnome.gnumeric.gschema.xml \ + org.gnome.gnumeric.plugin.gschema.xml MAN1= gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1 -PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.8.13 +PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.8.14 OPTIONS= PERL "Enable Perl as extension language" on #GNOMEDB "Enable libgnomedb support" off |