diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-11 06:38:02 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-11 06:38:02 +0800 |
commit | a5e169422146ba1c89919145f82e67a777a1e51c (patch) | |
tree | 764e74a8ad6dc3cbe92c6bfbf154417c10e67bfd /graphics | |
parent | 0e79cd8433957b00649b162929307998b8a8b160 (diff) | |
download | freebsd-ports-gnome-a5e169422146ba1c89919145f82e67a777a1e51c.tar.gz freebsd-ports-gnome-a5e169422146ba1c89919145f82e67a777a1e51c.tar.zst freebsd-ports-gnome-a5e169422146ba1c89919145f82e67a777a1e51c.zip |
- add 'dot' to BUILD_DEPENDS to make it build
Noticed by: pav@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index c95061d36fa8..12552d3dfc1b 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz 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 \ |