From 87e89f0bce87da163582a6a4cd297af07edf72c8 Mon Sep 17 00:00:00 2001 From: az Date: Sun, 1 Sep 2013 19:18:06 +0000 Subject: - Finish conversion to perl5 framework In global context we already have perl for build, with PERL we need perl for run With hat: perl@ --- archivers/rpm5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivers') 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 -- cgit