diff options
-rw-r--r-- | comms/rxtx/Makefile | 2 |
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> |