aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2004-10-25 18:02:43 +0800
committerhq <hq@FreeBSD.org>2004-10-25 18:02:43 +0800
commit7994a9ca0d3650bf5e9e143c3561743634aa21d8 (patch)
tree05a2e61b5de5d2527492283c09f1c5a1691df17f /comms
parent4a71a43018f327e33deed55ebca5cbbcd9c2deff (diff)
downloadfreebsd-ports-gnome-7994a9ca0d3650bf5e9e143c3561743634aa21d8.tar.gz
freebsd-ports-gnome-7994a9ca0d3650bf5e9e143c3561743634aa21d8.tar.zst
freebsd-ports-gnome-7994a9ca0d3650bf5e9e143c3561743634aa21d8.zip
Fix missing JAVA_HOME at configure
Reported by: pointyhat Approved by: maintainer
Diffstat (limited to 'comms')
-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>