svn commit: r327476 - head/databases/rrdtool

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 17 13:03:10 UTC 2013


Author: bapt
Date: Tue Sep 17 13:03:10 2013
New Revision: 327476
URL: http://svnweb.freebsd.org/changeset/ports/327476

Log:
  Do not overwrite USES

Modified:
  head/databases/rrdtool/Makefile

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Tue Sep 17 12:53:40 2013	(r327475)
+++ head/databases/rrdtool/Makefile	Tue Sep 17 13:03:10 2013	(r327476)
@@ -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


More information about the svn-ports-head mailing list