Allow overriding PERL and PERL5.
This is needed for cross-build support.
This commit is contained in:
parent
e23997f33b
commit
f09aee47eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414610
@ -113,8 +113,8 @@ SITE_MAN1_REL?= ${SITE_PERL_REL}/man/man1
|
||||
.endif
|
||||
SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL}
|
||||
|
||||
PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION}
|
||||
PERL= ${LOCALBASE}/bin/perl
|
||||
PERL5?= ${LOCALBASE}/bin/perl${PERL_VERSION}
|
||||
PERL?= ${LOCALBASE}/bin/perl
|
||||
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL}
|
||||
|
||||
QA_ENV+= SITE_ARCH_REL=${SITE_ARCH_REL} LIBPERL=libperl.so.${PERL_VER}
|
||||
|
@ -12,7 +12,6 @@ COMMENT= Display a lot of Perl information in HTML format
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART10 GPLv1
|
||||
|
||||
PERL5= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user