aboutsummaryrefslogtreecommitdiff
path: root/finance/grisbi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-12-16 17:06:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-12-16 17:06:38 +0000
commit40b756ba2459f18449784d16a7f2d3057310ab0b (patch)
tree8894fd5b1f0bd83dfbb52496ed0cbfeffa5aeb71 /finance/grisbi
parent758cf0d64a6e68d1044f83dc2361c55b8727ce24 (diff)
downloadports-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 'finance/grisbi')
-rw-r--r--finance/grisbi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile
index 557363beec40..cbdd71afbe4e 100644
--- a/finance/grisbi/Makefile
+++ b/finance/grisbi/Makefile
@@ -3,6 +3,7 @@
PORTNAME= grisbi
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/${PORTVERSION}
@@ -13,7 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libofx.so:finance/libofx \
libfreetype.so:print/freetype2 \
- libgoffice-0.10.so:devel/goffice010 \
+ libgoffice-0.10.so:devel/goffice \
libfontconfig.so:x11-fonts/fontconfig
USES= tar:bzip2 desktop-file-utils gmake gnome iconv localbase \