summaryrefslogtreecommitdiff
path: root/java/tya
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-10 18:28:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-10 18:28:51 +0000
commit1c41a0e5635152d79d7a16d1b228f7b53370ceca (patch)
tree836553d982f97aab658b5002faf41cbb3d3424d7 /java/tya
parentRemove this old version of A2ps. (diff)
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).
Notes
Notes: svn path=/head/; revision=47614
Diffstat (limited to 'java/tya')
-rw-r--r--java/tya/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile
index b4da46651c54..0c6b1ed3491e 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: