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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/nip2/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 58348181476a..adf16d004bb2 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -3,7 +3,7 @@ PORTNAME= nip2 PORTVERSION= 8.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -29,14 +29,11 @@ LDFLAGS+= -lm SUB_FILES= run-nip2.sh -OPTIONS_DEFINE= DOCS FFTW GOFFICE GRAPHVIZ GSF GSL -OPTIONS_DEFAULT= FFTW GOFFICE GRAPHVIZ GSF GSL +OPTIONS_DEFINE= DOCS FFTW GRAPHVIZ GSF GSL +OPTIONS_DEFAULT= FFTW GRAPHVIZ GSF GSL FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 FFTW_CONFIGURE_WITH= fftw3 -GOFFICE_DESC= Use libgoffice to show plots -GOFFICE_LIB_DEPENDS= libgoffice-*.so:devel/goffice -GOFFICE_CONFIGURE_WITH= libgoffice GRAPHVIZ_DESC= Use libgvc to show workspace dependency graphs GRAPHVIZ_LIB_DEPENDS= libgvc.so:graphics/graphviz GRAPHVIZ_CONFIGURE_WITH= libgvc |