diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-10-25 10:02:43 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-10-25 10:02:43 +0000 |
commit | b36f1d14dde143c8bd5246da26fad3a125a00520 (patch) | |
tree | 1782b0de392c1c8bd0b3005ce2748ab2341a2c06 /comms/rxtx | |
parent | de5d05f73d0eaf11de9244d78201cd417cdf8fc6 (diff) | |
download | ports-b36f1d14dde143c8bd5246da26fad3a125a00520.tar.gz ports-b36f1d14dde143c8bd5246da26fad3a125a00520.zip |
Notes
Diffstat (limited to 'comms/rxtx')
-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> |