diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-11 02:28:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-11 02:28:51 +0800 |
commit | fdbb8a9b32c974bef0bf0db07e73ab2f87ee510c (patch) | |
tree | a50d63f4dac2211cd78434830af67c98628c549a /java/tya/Makefile | |
parent | 695b92618057810222ad645c70f7b8121b7223de (diff) | |
download | freebsd-ports-graphics-fdbb8a9b32c974bef0bf0db07e73ab2f87ee510c.tar.gz freebsd-ports-graphics-fdbb8a9b32c974bef0bf0db07e73ab2f87ee510c.tar.zst freebsd-ports-graphics-fdbb8a9b32c974bef0bf0db07e73ab2f87ee510c.zip |
Allow JAVADIR to be overriden by the user. This allows to build jit for native
JDK 1.2.x and 1.3.x (tested with 1.3.1).
Diffstat (limited to 'java/tya/Makefile')
-rw-r--r-- | java/tya/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile index b4da46651c5..0c6b1ed3491 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jdk=${JAVADIR} -JAVADIR= ${LOCALBASE}/jdk1.1.8 +JAVADIR?= ${LOCALBASE}/jdk1.1.8 JAVALIBDIR= ${PREFIX}/lib/tya post-configure: |