aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-03-14 20:59:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-03-14 20:59:20 +0000
commita19b165d3b6a844987360047cffc9a307de8b46f (patch)
tree55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /databases
parent944a497d96820fc6f2f383fd943a38a5ed6f1476 (diff)
downloadports-a19b165d3b6a844987360047cffc9a307de8b46f.tar.gz
ports-a19b165d3b6a844987360047cffc9a307de8b46f.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool12/Makefile4
-rw-r--r--databases/slony1/Makefile3
2 files changed, 4 insertions, 3 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
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile
index 6518fc3d6f62..bbca94a8e7d1 100644
--- a/databases/slony1/Makefile
+++ b/databases/slony1/Makefile
@@ -3,6 +3,7 @@
PORTNAME= slony1
PORTVERSION= 1.2.23
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://main.slony.info/downloads/1.2/source/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -32,7 +33,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPERLTOOLS}
-USES= perl5
+USES+= perl5
CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin
RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg