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:
Maho Nakata 2003-10-08 03:11:12 +00:00
parent b83267dd6e
commit a758aa5732
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90591

View file

@ -19,9 +19,9 @@ RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
USE_GNOME= gtk12 USE_GNOME= gtk12
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF" \ CONFIGURE_ENV= CFLAGS+="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-emf=yes CONFIGURE_ARGS= --enable-emf=yes
MAN1= chemtool.1 cht.1 MAN1= chemtool.1 cht.1