From 1bae88d72da28419ec60c92d68abeb02c96a9775 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 20 Feb 2009 17:11:06 +0000 Subject: - Chase devil shlib bump --- graphics/graphviz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/graphviz') diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 3d274a3ccef3..f5e2aa70a1a2 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -7,7 +7,7 @@ PORTNAME= graphviz PORTVERSION= 2.20.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -276,7 +276,7 @@ PLIST_SUB+= WITH_MING="@comment " .if defined(WITH_DEVIL) CONFIGURE_ARGS+= --with-devil PLIST_SUB+= WITH_DEVIL="" -LIB_DEPENDS+= IL.1:${PORTSDIR}/graphics/devil +LIB_DEPENDS+= IL.2:${PORTSDIR}/graphics/devil .else CONFIGURE_ARGS+= --without-devil PLIST_SUB+= WITH_DEVIL="@comment " -- cgit