diff options
author | maho <maho@FreeBSD.org> | 2003-10-04 10:07:15 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-10-04 10:07:15 +0800 |
commit | 88e1f45243a49e938f7b1205ad5564963f51ba36 (patch) | |
tree | d56e807066f384b1f669ccd91da37c66cc07c200 /science | |
parent | f45a185d99ed1f1a8f3a070f31250eb25949ab4f (diff) | |
download | freebsd-ports-gnome-88e1f45243a49e938f7b1205ad5564963f51ba36.tar.gz freebsd-ports-gnome-88e1f45243a49e938f7b1205ad5564963f51ba36.tar.zst freebsd-ports-gnome-88e1f45243a49e938f7b1205ad5564963f51ba36.zip |
Honor CFLAGS
Diffstat (limited to 'science')
-rw-r--r-- | science/chemtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |