summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-09-03 23:06:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-09-03 23:06:56 +0000
commit9692b740924d7124da7d77c52fb09723227424a0 (patch)
treed8dd54c38743dc359005301c43703279c2541a1f /science
parentfix fetch target for misc/libh (diff)
Fix very stupid error.
Reported by: freshports and Dan Langille
Notes
Notes: svn path=/head/; revision=88463
Diffstat (limited to 'science')
-rw-r--r--science/chemtool/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile
index e427dfff052c..10642731a1d5 100644
--- a/science/chemtool/Makefile
+++ b/science/chemtool/Makefile
@@ -19,8 +19,11 @@ USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ #-I${LOCALBASE}/include/libEMF"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+#future support for EMF
+#CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF" \
+# LDFLAGS="-L${LOCALBASE}/lib"
#CONFIGURE_ARGS= --enable-emf=yes
MAN1= chemtool.1 cht.1