svn commit: r513043 - head/graphics/graphviz
Niclas Zeising
zeising at FreeBSD.org
Fri Sep 27 15:39:17 UTC 2019
Author: zeising
Date: Fri Sep 27 15:39:16 2019
New Revision: 513043
URL: https://svnweb.freebsd.org/changeset/ports/513043
Log:
graphics/graphviz: Remove depenendy on libXp
Remove dependency on libXp, it is not needed and libXp is getting
deprecated.
PR: 240834
OK by: bapt (just fix it)
Modified:
head/graphics/graphviz/Makefile
Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile Fri Sep 27 15:29:33 2019 (r513042)
+++ head/graphics/graphviz/Makefile Fri Sep 27 15:39:16 2019 (r513043)
@@ -3,7 +3,7 @@
PORTNAME= graphviz
PORTVERSION= 2.42.2
-PORTREVISION= 0
+PORTREVISION= 1
MASTER_SITES= https://gitlab.com/graphviz/graphviz/-/archive/${PORTVERSION}/
CATEGORIES= graphics tk
MAINTAINER= dinoex at FreeBSD.org
@@ -77,7 +77,7 @@ GUILE_DESC= Guile bindings (swig)
TK_DESC= TK toolkit support
NVTHREADS_DESC= Link with threads (needed for nvidia)
-XPM_USE= XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp,xp
+XPM_USE= XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp
ICONV_USES= iconv
NLS_USES= gettext
PANGOCAIRO_USE= GNOME=pango,cairo XORG=xrender,x11,xau,xdmcp
More information about the svn-ports-all
mailing list