diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/galax/Makefile | 3 |
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} |