From 1ba001cac62b3345b70a4041a71f3b51309979bd Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 4 Oct 2003 02:07:15 +0000 Subject: Honor CFLAGS --- science/chemtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 46d67c971044..ff56b88e2aee 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF" \ +CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-emf=yes -- cgit v1.2.3