aboutsummaryrefslogtreecommitdiff
path: root/graphics/nip2
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 /graphics/nip2
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 'graphics/nip2')
-rw-r--r--graphics/nip2/Makefile9
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