mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix CONFIGURE_ENV, this is passed as-is to the shell.
Submitted by: will Reviewed by: Jonathan Drews <j.e.drews@att.net>
This commit is contained in:
parent
b83267dd6e
commit
a758aa5732
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90591
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
|
|||
USE_GNOME= gtk12
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CFLAGS+="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --enable-emf=yes
|
||||
|
||||
MAN1= chemtool.1 cht.1
|
||||
|
|
Loading…
Add table
Reference in a new issue