diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
commit | d49922431f45777450b6c0618913107655f7043a (patch) | |
tree | 17c47694fb6d2043b21fe96fc9d157f499aa6a35 /graphics/orca | |
parent | 2189df97dd7c57e73204d6c402916a3859d1c392 (diff) | |
download | freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.gz freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.zst freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).
Approved by: portmgr (itetcu)
Diffstat (limited to 'graphics/orca')
-rw-r--r-- | graphics/orca/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index d8324ade97fc..2b19877fc4bc 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -14,17 +14,10 @@ MASTER_SITES= http://www.orcaware.com/orca/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for plotting arbitrary data from text files onto a Web server -# needs some happy Perl modules -# I think Data::Dumper is installed as part of the FreeBSD base install -# How can I test for a version of one of these? e.g. Storable.pm should -# be >= version 2.05, p5-TimeDate >=1.40 BUILD_DEPENDS= \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Math/Interpolate.pm:${PORTSDIR}/math/p5-Math-Interpolate \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool\ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca |