diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-01 15:53:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-01 15:53:47 +0800 |
commit | 3999d7db7ea609203cc7b303b1a3e2f272dab89a (patch) | |
tree | 2eebc9ce282a1796c479838fd2c3369bcf30bc3e /graphics | |
parent | f440a9a0186ba32e5c83fb26d957156932501097 (diff) | |
download | freebsd-ports-gnome-3999d7db7ea609203cc7b303b1a3e2f272dab89a.tar.gz freebsd-ports-gnome-3999d7db7ea609203cc7b303b1a3e2f272dab89a.tar.zst freebsd-ports-gnome-3999d7db7ea609203cc7b303b1a3e2f272dab89a.zip |
- Fix INDEX
Pointy hat to: clsung
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 03893f41be2b..9fce4e5c9cea 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -16,7 +16,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ - p5-File-Which>=0:${PORTSDIr}/sysutils/p5-File-Which + p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ |