diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 02:07:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 02:07:15 +0000 |
commit | 1ba001cac62b3345b70a4041a71f3b51309979bd (patch) | |
tree | 92e422d32af39df1761ce7355441c70168806a15 /science/chemtool | |
parent | a) add support for EMF format (diff) |
Honor CFLAGS
Notes
Notes:
svn path=/head/; revision=90194
Diffstat (limited to 'science/chemtool')
-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 |