diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 10:11:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 10:11:58 +0000 |
commit | 236cdad487b1b94f3519688194f2ba0a59153b2f (patch) | |
tree | 472c64f16617c3bb764ee3d5e5f52f7cd80adbde | |
parent | 856b75f639a41c295d98d3f5ab3ea3749c7ce1e6 (diff) | |
download | ports-236cdad487b1b94f3519688194f2ba0a59153b2f.tar.gz ports-236cdad487b1b94f3519688194f2ba0a59153b2f.zip |
Notes
-rw-r--r-- | databases/rrdtool12/Makefile | 6 | ||||
-rw-r--r-- | databases/rrdtool12/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index cc28d2ff5b7c..02d23dd26e47 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -3,7 +3,7 @@ PORTNAME= rrdtool PORTVERSION= 1.2.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ PKGNAMESUFFIX= 12 @@ -17,10 +17,9 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ CONFLICTS= rrdtool10-* rrdtool-1.* -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake libtool CONFIGURE_ARGS= --disable-tcl @@ -53,6 +52,7 @@ PLIST_SUB+= WITH_RUBY="@comment " .if ${PORT_OPTIONS:MPERL} USES+= perl5 +USE_PERL5= run build fixpacklist CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install PLIST_SUB+= WITH_PERL="" .else diff --git a/databases/rrdtool12/pkg-plist b/databases/rrdtool12/pkg-plist index fb6ea04e5d18..b470b2ba38a1 100644 --- a/databases/rrdtool12/pkg-plist +++ b/databases/rrdtool12/pkg-plist @@ -2,13 +2,13 @@ bin/rrdtool bin/rrdcgi bin/rrdupdate lib/librrd.a -lib/librrd.la lib/librrd.so lib/librrd.so.2 +lib/librrd.so.2.0.15 lib/librrd_th.a -lib/librrd_th.la lib/librrd_th.so lib/librrd_th.so.2 +lib/librrd_th.so.2.0.13 include/rrd.h man/man1/bin_dec_hex.1.gz man/man1/cdeftutorial.1.gz |