aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-17 21:03:10 +0800
committerbapt <bapt@FreeBSD.org>2013-09-17 21:03:10 +0800
commit8e48aabb8910d0fac9d51496644283aaa302eb44 (patch)
tree0950ef4e4fdb6279df71866c027c49acdf71c47b
parent84404e047c7e0d683de4f103fcc955d88b0a46ba (diff)
downloadfreebsd-ports-gnome-8e48aabb8910d0fac9d51496644283aaa302eb44.tar.gz
freebsd-ports-gnome-8e48aabb8910d0fac9d51496644283aaa302eb44.tar.zst
freebsd-ports-gnome-8e48aabb8910d0fac9d51496644283aaa302eb44.zip
Do not overwrite USES
-rw-r--r--databases/rrdtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index d45403666098..aacb90de98c5 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -67,7 +67,7 @@ PLIST_SUB+= WITH_RUBY="@comment "
.endif
.if ${PORT_OPTIONS:MPERL_MODULE}
-USES= perl5
+USES+= perl5
CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install
PLIST_SUB+= WITH_PERL=""
.else