summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam>2002-07-29 22:23:25 +0000
committerjlam <jlam>2002-07-29 22:23:25 +0000
commitfc222b66f921a74919ab297266cb3b16df25d88b (patch)
treeee6f56c11e9a3098ae64b534a41cac1150b37ab5 /textproc
parent312f6857af7cc9c2c44c9d19cfd9a26509a9479b (diff)
downloadpkgsrc-fc222b66f921a74919ab297266cb3b16df25d88b.tar.gz
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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/crimson/Makefile4
-rw-r--r--textproc/fop/Makefile4
-rw-r--r--textproc/saxon/Makefile4
-rw-r--r--textproc/xalan-j/Makefile4
-rw-r--r--textproc/xerces-j/Makefile4
-rw-r--r--textproc/xp/Makefile4
-rw-r--r--textproc/xt/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile
index e915a3a125d..c54aa2366aa 100644
--- a/textproc/crimson/Makefile
+++ b/textproc/crimson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/13 20:58:53 jwise Exp $
+# $NetBSD: Makefile,v 1.2 2002/07/29 22:23:27 jlam Exp $
#
# We use the binary distribution of crimson because otherwise we
# have a bootstrap-loop between jakarta-ant and crimson, each of which
@@ -14,7 +14,7 @@ HOMEPAGE= http://xml.apache.org/crimson/
COMMENT= Apache.org implementation of JAXP, SAX, and DOM
WRKSRC= ${WRKDIR}/${PKGNAME}
-USE_JAVA=
+USE_JAVA= run
NO_PATCH=
NO_CONFIGURE=
NO_BUILD=
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=
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=
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile
index 1891505884d..c26e1f1d552 100644
--- a/textproc/xalan-j/Makefile
+++ b/textproc/xalan-j/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/04/03 21:17:54 jwise Exp $
+# $NetBSD: Makefile,v 1.10 2002/07/29 22:23:28 jlam Exp $
#
# Note: we currently use the pre-built (-bin) distribution of Xalan-J,
# because although Xalan runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -15,7 +15,7 @@ COMMENT= the Apache Project's XSLT implementation
DEPENDS+= xerces-j>=1.2.0:../../textproc/xerces-j
-USE_JAVA= yes
+USE_JAVA= run
NO_PATCH=
NO_CONFIGURE=
NO_BUILD=
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile
index 871bf119ae3..887f7492613 100644
--- a/textproc/xerces-j/Makefile
+++ b/textproc/xerces-j/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/04/03 21:17:54 jwise Exp $
+# $NetBSD: Makefile,v 1.13 2002/07/29 22:23:28 jlam Exp $
#
# Note: we currently use the pre-built (-bin) distribution of Xerces-J,
# because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -17,7 +17,7 @@ NO_PATCH=
NO_CONFIGURE=
NO_BUILD=
-USE_JAVA= yes
+USE_JAVA= run
WRKSRC= ${WRKDIR}/xerces-1_2_0
diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile
index 736c808ab16..3107b61872a 100644
--- a/textproc/xp/Makefile
+++ b/textproc/xp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/04/03 21:17:54 jwise Exp $
+# $NetBSD: Makefile,v 1.8 2002/07/29 22:23:28 jlam Exp $
#
DISTNAME= xp
@@ -14,7 +14,7 @@ COMMENT= James Clark's non-validating XML Parser for Java
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
EXTRACT_ONLY=
-USE_JAVA= yes
+USE_JAVA= run
NO_PATCH=
NO_CONFIGURE=
NO_BUILD=
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile
index 67400d18e57..2e16aa260ba 100644
--- a/textproc/xt/Makefile
+++ b/textproc/xt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/04/03 21:17:54 jwise Exp $
+# $NetBSD: Makefile,v 1.8 2002/07/29 22:23:29 jlam Exp $
#
DISTNAME= xt
@@ -15,7 +15,7 @@ DEPENDS+= unzip-[0-9]*:../../archivers/unzip
DEPENDS+= XP-[0-9]*:../../textproc/xp
EXTRACT_ONLY=
-USE_JAVA= yes
+USE_JAVA= run
NO_PATCH=
NO_CONFIGURE=
NO_BUILD=