summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-01 19:18:06 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-01 19:18:06 +0000
commitc49c3a90e6197f0b8c78a30f26a5a13edf8649d2 (patch)
tree23b6d5a20da26a41a4ec0cae40f5ee12c7abcdb2 /archivers
parent- Fix typo in perl5 conversion. (diff)
- Finish conversion to perl5 framework
In global context we already have perl for build, with PERL we need perl for run With hat: perl@
Notes
Notes: svn path=/head/; revision=325907
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rpm5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile
index 5b58d06808cd..4c76cdb2824f 100644
--- a/archivers/rpm5/Makefile
+++ b/archivers/rpm5/Makefile
@@ -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