diff options
author | az <az@FreeBSD.org> | 2013-09-02 03:18:06 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 03:18:06 +0800 |
commit | 87e89f0bce87da163582a6a4cd297af07edf72c8 (patch) | |
tree | 23b6d5a20da26a41a4ec0cae40f5ee12c7abcdb2 /archivers | |
parent | 2fcee9b6d0c218a077d9fc2690568172856262cc (diff) | |
download | freebsd-ports-gnome-87e89f0bce87da163582a6a4cd297af07edf72c8.tar.gz freebsd-ports-gnome-87e89f0bce87da163582a6a4cd297af07edf72c8.tar.zst freebsd-ports-gnome-87e89f0bce87da163582a6a4cd297af07edf72c8.zip |
- Finish conversion to perl5 framework
In global context we already have perl for build, with PERL we need perl
for run
With hat: perl@
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm5/Makefile | 2 |
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 |