diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-14 20:59:20 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-14 20:59:20 +0000 |
commit | a19b165d3b6a844987360047cffc9a307de8b46f (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /databases/rrdtool12/Makefile | |
parent | 944a497d96820fc6f2f383fd943a38a5ed6f1476 (diff) | |
download | ports-a19b165d3b6a844987360047cffc9a307de8b46f.tar.gz ports-a19b165d3b6a844987360047cffc9a307de8b46f.zip |
Notes
Diffstat (limited to 'databases/rrdtool12/Makefile')
-rw-r--r-- | databases/rrdtool12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index 8222583c5704..5ae7ff9f447f 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -3,7 +3,7 @@ PORTNAME= rrdtool PORTVERSION= 1.2.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ PKGNAMESUFFIX= 12 @@ -53,7 +53,7 @@ PLIST_SUB+= WITH_RUBY="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USES= perl5 +USES+= perl5 CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install PLIST_SUB+= WITH_PERL="" .else |