mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Move the USE_* variables before the inclusion of bsd.port.pre.mk to fix
building in the new bsd.perl.mk order.
This commit is contained in:
parent
80c1fee21d
commit
bce5b52668
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199121
@ -49,6 +49,13 @@ SCRIPT_ENV+= PATH=${PATH}:${JAVA_HOME}/bin
|
||||
USE_TK_RUN= yes
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= epmd.sh
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
REINPLACE_ARGS= -i
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 502102
|
||||
@ -70,13 +77,6 @@ ERLANG_DOCS= otp_doc_html_R11B-5.tar.gz
|
||||
.endif
|
||||
ERLANG_PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= epmd.sh
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
REINPLACE_ARGS= -i
|
||||
|
||||
CONFIGURE_TARGET= # Empty
|
||||
CONFIGURE_ARGS+= --enable-threads
|
||||
NOPRECIOUSMAKEVARS= yes # Prevent exporting of "ARCH"
|
||||
|
@ -49,6 +49,13 @@ SCRIPT_ENV+= PATH=${PATH}:${JAVA_HOME}/bin
|
||||
USE_TK_RUN= yes
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= epmd.sh
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
REINPLACE_ARGS= -i
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 502102
|
||||
@ -70,13 +77,6 @@ ERLANG_DOCS= otp_doc_html_R11B-5.tar.gz
|
||||
.endif
|
||||
ERLANG_PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= epmd.sh
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
REINPLACE_ARGS= -i
|
||||
|
||||
CONFIGURE_TARGET= # Empty
|
||||
CONFIGURE_ARGS+= --enable-threads
|
||||
NOPRECIOUSMAKEVARS= yes # Prevent exporting of "ARCH"
|
||||
|
Loading…
Reference in New Issue
Block a user