aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-03-15 04:59:20 +0800
committertijl <tijl@FreeBSD.org>2014-03-15 04:59:20 +0800
commit28b83ccec5d8c2af9b3660a9e2699df99e8f03d8 (patch)
tree55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /databases
parent069d4b53cd6a5407774e445bf7d83e0548adabd3 (diff)
downloadfreebsd-ports-graphics-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.gz
freebsd-ports-graphics-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.zst
freebsd-ports-graphics-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.zip
Fix double occurences of USES=
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 8222583c570..5ae7ff9f447 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 6518fc3d6f6..bbca94a8e7d 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