diff options
author | maho <maho@FreeBSD.org> | 2003-09-04 07:06:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-09-04 07:06:56 +0800 |
commit | badf3a79e1d5d6808beceaeac922c14290341193 (patch) | |
tree | 67537d3ff2c8138b47f460c6bb4110e8f54409b6 /science | |
parent | fc7496c1be46245d9371826f6a4e010fc0e81ea0 (diff) | |
download | freebsd-ports-gnome-badf3a79e1d5d6808beceaeac922c14290341193.tar.gz freebsd-ports-gnome-badf3a79e1d5d6808beceaeac922c14290341193.tar.zst freebsd-ports-gnome-badf3a79e1d5d6808beceaeac922c14290341193.zip |
Fix very stupid error.
Reported by: freshports and Dan Langille
Diffstat (limited to 'science')
-rw-r--r-- | science/chemtool/Makefile | 5 |
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 |