aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool12/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-06 10:11:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-06 10:11:58 +0000
commit236cdad487b1b94f3519688194f2ba0a59153b2f (patch)
tree472c64f16617c3bb764ee3d5e5f52f7cd80adbde /databases/rrdtool12/Makefile
parent856b75f639a41c295d98d3f5ab3ea3749c7ce1e6 (diff)
downloadports-236cdad487b1b94f3519688194f2ba0a59153b2f.tar.gz
ports-236cdad487b1b94f3519688194f2ba0a59153b2f.zip
Notes
Diffstat (limited to 'databases/rrdtool12/Makefile')
-rw-r--r--databases/rrdtool12/Makefile6
1 files changed, 3 insertions, 3 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