mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Use LOCALBASE rather than hardcoded /usr/local.
This commit is contained in:
parent
5a668391d6
commit
4f7280a43d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99841
@ -25,7 +25,7 @@ USE_PERL5= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=/usr/local/include/tcl8.3/ --with-tcl=/usr/local/lib/tcl8.3/ --program-transform-name=
|
||||
CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=${LOCALBASE}/include/tcl8.3/ --with-tcl=${LOCALBASE}/lib/tcl8.3/ --program-transform-name=
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include "${.CURDIR}/manpages.mk"
|
||||
|
@ -25,7 +25,7 @@ USE_PERL5= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=/usr/local/include/tcl8.3/ --with-tcl=/usr/local/lib/tcl8.3/ --program-transform-name=
|
||||
CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=${LOCALBASE}/include/tcl8.3/ --with-tcl=${LOCALBASE}/lib/tcl8.3/ --program-transform-name=
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include "${.CURDIR}/manpages.mk"
|
||||
|
Loading…
Reference in New Issue
Block a user