From a860843596e220c3142d5c652e1758575551267a 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/fop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/fop') diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 0bbee738a6f..f2739a52cfa 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/04/03 19:14:35 jwise Exp $ +# $NetBSD: Makefile,v 1.12 2002/07/29 22:23:27 jlam Exp $ # # Note: we currently use the pre-built (-bin) distribution of FOP, # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is @@ -21,7 +21,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://xml.apache.org/fop/ COMMENT= the Apache Project's XSL Formatting Objects implementation -USE_JAVA= yes +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= -- cgit v1.2.3