diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /graphics/orca | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'graphics/orca')
-rw-r--r-- | graphics/orca/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index 4b003eb7d220..000cc341ee27 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: orca -# Date created: 18 February 2003 -# Whom: jsellens -# +# Created by: jsellens # $FreeBSD$ -# PORTNAME= orca PORTVERSION= 0.27 @@ -20,9 +16,9 @@ BUILD_DEPENDS= \ p5-Math-Interpolate>=0:${PORTSDIR}/math/p5-Math-Interpolate \ rrdtool>=0:${PORTSDIR}/databases/rrdtool +USES= perl5 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca -USE_PERL5= yes MAN1= orca.1 |