diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-28 17:09:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-28 17:09:13 +0000 |
commit | bc83fbbb652ccc742909579ccd7bad903d910ec1 (patch) | |
tree | 7c3c0ee39f898b3d08ff2f8d0d774eff81ae48da /graphics/graphviz | |
parent | aed4276bd61f2433c97eca8833afe5fe407f5ec5 (diff) | |
download | pkgsrc-bc83fbbb652ccc742909579ccd7bad903d910ec1.tar.gz |
graphviz: default gtk option to off
Reduce rarely used dependency for package that's quite low in some
dependency chains.
Bump PKGREVISION.
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 | ||||
-rw-r--r-- | graphics/graphviz/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index e328900333b..48766064d3b 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.219 2020/08/17 20:17:29 leot Exp $ +# $NetBSD: Makefile,v 1.220 2020/08/28 17:09:13 wiz Exp $ DISTNAME= graphviz-2.44.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ diff --git a/graphics/graphviz/options.mk b/graphics/graphviz/options.mk index 213ec27746d..33f7960321d 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.30 2020/08/11 10:03:57 wiz Exp $ +# $NetBSD: options.mk,v 1.31 2020/08/28 17:09:13 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd ghostscript gtk lua ocaml perl poppler svg tcl x11 # guile does not build with guile20 .if exists(/System/Library/Frameworks/Quartz.framework) PKG_SUPPORTED_OPTIONS+= quartz .endif -PKG_SUGGESTED_OPTIONS= gd gtk lua perl tcl x11 +PKG_SUGGESTED_OPTIONS= gd lua perl tcl x11 # Explanation of consequence of options, to help those trying to slim down: # guile ocaml lua tcl perl: extension language support # x11: Omits all linking with x11, which means x11 graphics supports as |