diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 14:02:51 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 14:02:51 +0000 |
commit | deb90e6a1622f2bb8ad475075cd86c49cc8f8b2b (patch) | |
tree | fe108f0f41f3dad998d3f5af0e30b87a89cc519a /net/rrdtool10/Makefile | |
parent | fe7d808a963075901bc585187d20f81eb85e6a78 (diff) | |
download | ports-deb90e6a1622f2bb8ad475075cd86c49cc8f8b2b.tar.gz ports-deb90e6a1622f2bb8ad475075cd86c49cc8f8b2b.zip |
Notes
Diffstat (limited to 'net/rrdtool10/Makefile')
-rw-r--r-- | net/rrdtool10/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index 09808fdfea86..cb3ff0932fee 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rrdtool -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.24 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ @@ -15,6 +15,7 @@ MAINTAINER= dima@Chg.RU USE_PERL5= yes MAKE_ENV+= PERL=${PERL} +USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared=yes @@ -23,7 +24,7 @@ CONFIGURE_ENV= PERL=${PERL} MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \ - rpntutorial.1 + rpntutorial.1 rrdinfo.1 MAN3= RRDp.3 RRDs.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |