summaryrefslogtreecommitdiff
path: root/comms/rxtx
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-10-25 10:02:43 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-10-25 10:02:43 +0000
commitb36f1d14dde143c8bd5246da26fad3a125a00520 (patch)
tree1782b0de392c1c8bd0b3005ce2748ab2341a2c06 /comms/rxtx
parentUpdate to 0.11. (diff)
Fix missing JAVA_HOME at configure
Reported by: pointyhat Approved by: maintainer
Notes
Notes: svn path=/head/; revision=120122
Diffstat (limited to 'comms/rxtx')
-rw-r--r--comms/rxtx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile
index ad43dbf529a4..dc4f5a3ffe03 100644
--- a/comms/rxtx/Makefile
+++ b/comms/rxtx/Makefile
@@ -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>