1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix missing JAVA_HOME at configure

Reported by:	pointyhat
Approved by:	maintainer
This commit is contained in:
Herve Quiroz 2004-10-25 10:02:43 +00:00
parent de5d05f73d
commit b36f1d14dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120122

View File

@ -22,7 +22,7 @@ JAVA_OS= native
USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
MAKE_ENV= JAVA_HOME=${JAVA_HOME}
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
PREFIX= ${JAVA_HOME}/jre
.include <bsd.port.mk>