diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-16 17:06:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-16 17:06:38 +0000 |
commit | 40b756ba2459f18449784d16a7f2d3057310ab0b (patch) | |
tree | 8894fd5b1f0bd83dfbb52496ed0cbfeffa5aeb71 /math/gnumeric | |
parent | 758cf0d64a6e68d1044f83dc2361c55b8727ce24 (diff) | |
download | ports-40b756ba2459f18449784d16a7f2d3057310ab0b.tar.gz ports-40b756ba2459f18449784d16a7f2d3057310ab0b.zip |
Update to 0.10.46 and only keep one libgoffice version
libgoffice 0.10 has been introduced long enough ago 6 years ago, stopping support
for libgoffice 0.8, it is now more than time, to remove libgoffice 0.8 and only
keep 0.10.
Remove the optionnal goffice option for projects not supporting 0.10.
Notes
Notes:
svn path=/head/; revision=520273
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index b40e525415a8..7311e330f061 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnumeric PORTVERSION= 1.12.43 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool -LIB_DEPENDS= libgoffice-0.10.so:devel/goffice010 \ +LIB_DEPENDS= libgoffice-0.10.so:devel/goffice \ libfribidi.so:converters/fribidi \ libpsiconv.so:converters/psiconv |