diff options
Diffstat (limited to 'graphics/p5-GraphViz/Makefile')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 742d52d8619b..a55d031cd4b6 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Graph.pm:${PORTSDIR}/math/p5-Graph \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier +BUILD_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ + ${SITE_PERL}/Graph.pm:${PORTSDIR}/math/p5-Graph \ + ${SITE_PERL}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier RUN_DEPENDS= ${BUILD_DEPENDS} \ dot:${PORTSDIR}/graphics/graphviz |