summaryrefslogtreecommitdiffstats
path: root/textproc/galax
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-06-30 15:22:10 +0000
committervs <vs@FreeBSD.org>2004-06-30 15:22:10 +0000
commitcce0fc4773867ff4645cafe98a794dc434703447 (patch)
treec75c783d5c1a53111455f5a6591bad224e440c56 /textproc/galax
parent261bab4cf31946d3f00fdca9b38060268a5aea5b (diff)
downloadFreeBSD-ports-cce0fc4773867ff4645cafe98a794dc434703447.zip
FreeBSD-ports-cce0fc4773867ff4645cafe98a794dc434703447.tar.gz
Fix Java-includes in previous commit ("jni_md.h")
Diffstat (limited to 'textproc/galax')
-rw-r--r--textproc/galax/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile
index 9a0098a..f66e72c 100644
--- a/textproc/galax/Makefile
+++ b/textproc/galax/Makefile
@@ -24,7 +24,8 @@ INSTALLS_SHLIBS=yes
LDCONFIG_DIRS= ${LOCALBASE}/%%GALAX%%/lib/c
USE_GMAKE= yes
ALL_TARGET= world
-MAKE_ARGS= JAVAHOME=${JAVA_HOME} OCAMLHOME=${LOCALBASE}/lib/ocaml OCAMLBIN=${LOCALBASE}/bin \
+MAKE_ARGS= JAVAHOME=${JAVA_HOME} JAVAINCLUDE="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" \
+ OCAMLHOME=${LOCALBASE}/lib/ocaml OCAMLBIN=${LOCALBASE}/bin \
GALAXHOME=${PREFIX}/Galax-${PORTVERSION} APIS="c java" OPTAPIS="c" WITH_CLIBS="-lm -lcurses" \
CC=${CC} CPP=${CPP}
OpenPOWER on IntegriCloud