diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-21 01:11:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-21 01:11:06 +0800 |
commit | 1bae88d72da28419ec60c92d68abeb02c96a9775 (patch) | |
tree | 7357182597204c131df98db6254583c7a9a2d44f /graphics/graphviz | |
parent | 6e08ccf243b7af55d549d30194d7f5eeaf9cb465 (diff) | |
download | freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.tar.gz freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.tar.zst freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.zip |
- Chase devil shlib bump
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 " |