diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-20 17:11:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-20 17:11:06 +0000 |
commit | b6b3c20cfc2cd0bdc44bef5af475bc7d70d674e0 (patch) | |
tree | 5f6cbf8c52c22b0b35249723a6f217d86137d33f /graphics/graphviz | |
parent | - Update to 1.7.7 (diff) |
- Chase devil shlib bump
Notes
Notes:
svn path=/head/; revision=228738
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 " |