svn commit: r325907 - head/archivers/rpm5
Andrej Zverev
az at FreeBSD.org
Sun Sep 1 19:18:07 UTC 2013
Author: az
Date: Sun Sep 1 19:18:06 2013
New Revision: 325907
URL: http://svnweb.freebsd.org/changeset/ports/325907
Log:
- Finish conversion to perl5 framework
In global context we already have perl for build, with PERL we need perl
for run
With hat: perl@
Modified:
head/archivers/rpm5/Makefile
Modified: head/archivers/rpm5/Makefile
==============================================================================
--- head/archivers/rpm5/Makefile Sun Sep 1 19:14:36 2013 (r325906)
+++ head/archivers/rpm5/Makefile Sun Sep 1 19:18:06 2013 (r325907)
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--without-lua \
.if ${PORT_OPTIONS:MPERL}
CONFIGURE_ARGS+=--with-perl
CONFIGURE_ENV+= __PERL=${PERL}
-USE_PERL5= yes
+USE_PERL5+= run
PLIST_SUB+= PERL=""
.else
CONFIGURE_ARGS+=--without-perl
More information about the svn-ports-head
mailing list