aboutsummaryrefslogtreecommitdiff
path: root/graphics/vips/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2019-11-09 22:43:51 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2019-11-09 22:43:51 +0000
commit2ac570061d1e28407e22c9e36d494b480c831521 (patch)
tree00b31c63edf5aeabfa09fb310197a6031326411e /graphics/vips/Makefile
parent47bbc35509c297c0bd938b15cabf9255cb72a4c7 (diff)
downloadports-2ac570061d1e28407e22c9e36d494b480c831521.tar.gz
ports-2ac570061d1e28407e22c9e36d494b480c831521.zip
Notes
Diffstat (limited to 'graphics/vips/Makefile')
-rw-r--r--graphics/vips/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index d8f80e82002a..78d62f39015b 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= vips
-PORTVERSION= 8.7.4
-PORTREVISION= 10
+PORTVERSION= 8.8.3
CATEGORIES= graphics
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
@@ -52,14 +51,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION="${PORTVERSION:R}"
-OPTIONS_DEFINE= DOCS PYTHON
-OPTIONS_DEFAULT= PYTHON
-OPTIONS_SUB= yes
+OPTIONS_DEFINE= DOCS
DOCS_CONFIGURE_ENABLE= gtk-doc gtk-doc-html
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
-PYTHON_CONFIGURE_ENABLE= pyvips8
-PYTHON_USE= GNOME=pygobject3
-
.include <bsd.port.mk>