diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 13:03:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 13:03:10 +0000 |
commit | b56acf2ca52a51ca8c8093215789dc1f684b05fd (patch) | |
tree | 0950ef4e4fdb6279df71866c027c49acdf71c47b /databases/rrdtool | |
parent | 768ff4333167d83660f1faff8fd6b54f67db6854 (diff) |
Do not overwrite USES
Notes
Notes:
svn path=/head/; revision=327476
Diffstat (limited to 'databases/rrdtool')
-rw-r--r-- | databases/rrdtool/Makefile | 2 |
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 |