Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: gts is no longer an option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cb73c68cbad
branches:  trunk
changeset: 436546:0cb73c68cbad
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Aug 04 23:30:42 2020 +0000

description:
graphviz: gts is no longer an option

diffstat:

 graphics/graphviz/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 590021ce087d -r 0cb73c68cbad graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk      Tue Aug 04 22:21:57 2020 +0000
+++ b/graphics/graphviz/options.mk      Tue Aug 04 23:30:42 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.28 2020/07/27 20:44:15 adam Exp $
+# $NetBSD: options.mk,v 1.29 2020/08/04 23:30:42 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.graphviz
-PKG_SUPPORTED_OPTIONS= gd ghostscript gtk gts lua ocaml perl poppler svg tcl x11 # guile does not build with guile20
+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



Home | Main Index | Thread Index | Old Index