diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-01 06:29:23 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-01 06:29:23 +0000 |
commit | 097dc0982f5004c248d39588f7ba7ca32c892bef (patch) | |
tree | bc5f22ffdbf3f88d4e4fdf075d046c0d35247a55 /textproc/saxon | |
parent | 2f112b02e9cceee2be0290e69a42af5f9ec2e181 (diff) | |
download | ports-097dc0982f5004c248d39588f7ba7ca32c892bef.tar.gz ports-097dc0982f5004c248d39588f7ba7ca32c892bef.zip |
Notes
Diffstat (limited to 'textproc/saxon')
-rw-r--r-- | textproc/saxon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index 228ed3b55c67..4c123886908b 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -14,9 +14,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g} MAINTAINER= fuyuki@mj.0038.net -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - USE_ZIP= yes +USE_JAVA= 1.1+ +NO_BUILD_DEPENDS_JAVA= yes NO_WRKSUBDIR= yes NO_BUILD= yes |