diff options
author | bapt <bapt@FreeBSD.org> | 2019-12-17 01:06:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-12-17 01:06:38 +0800 |
commit | 3bd50a20ba083801a9613ff8f3cffa60960c163a (patch) | |
tree | 8894fd5b1f0bd83dfbb52496ed0cbfeffa5aeb71 /editors/abiword | |
parent | e474b01abbe3e6d922fa08739cd4874e3f8d6599 (diff) | |
download | freebsd-ports-gnome-3bd50a20ba083801a9613ff8f3cffa60960c163a.tar.gz freebsd-ports-gnome-3bd50a20ba083801a9613ff8f3cffa60960c163a.tar.zst freebsd-ports-gnome-3bd50a20ba083801a9613ff8f3cffa60960c163a.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.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index e7f34db1a109..2cecb4ddfb9b 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,7 +3,7 @@ PORTNAME= abiword PORTVERSION= 3.0.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpng.so:graphics/png \ libwv.so:textproc/wv \ libfribidi.so:converters/fribidi \ - libgoffice-0.10.so:devel/goffice010 + libgoffice-0.10.so:devel/goffice RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu USES= compiler:c++11-lang desktop-file-utils gmake gnome iconv jpeg \ |