From e8398f5238da02249c7aaeb58a838e423f96de0d Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 29 Jul 2002 22:23:25 +0000 Subject: Set USE_JAVA=run on some packages that obviously don't need a JDK for the build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed. --- textproc/saxon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/saxon') diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index 707ce73a50a..0c591004a1e 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:50 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/29 22:23:28 jlam Exp $ # DISTNAME= saxon @@ -12,7 +12,7 @@ HOMEPAGE= http://users.iclway.co.uk/mhkay/saxon/ COMMENT= Michael H. Kay's Java XSLT processor DIST_SUBDIR= ${PKGNAME} -USE_JAVA= yes +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= -- cgit v1.2.3