diff options
Diffstat (limited to 'graphics/orca/Makefile')
-rw-r--r-- | graphics/orca/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index 4e8bf7bd9912..4b003eb7d220 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -16,9 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for plotting arbitrary data from text files onto a Web server BUILD_DEPENDS= \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Math/Interpolate.pm:${PORTSDIR}/math/p5-Math-Interpolate \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-Math-Interpolate>=0:${PORTSDIR}/math/p5-Math-Interpolate \ + rrdtool>=0:${PORTSDIR}/databases/rrdtool HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca |