diff options
author | jlam <jlam@pkgsrc.org> | 2002-07-29 22:23:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-07-29 22:23:25 +0000 |
commit | e8398f5238da02249c7aaeb58a838e423f96de0d (patch) | |
tree | ee6f56c11e9a3098ae64b534a41cac1150b37ab5 /textproc/xt | |
parent | fa208fe38d356d58623b8f64b6d3443ccf584bcb (diff) | |
download | pkgsrc-e8398f5238da02249c7aaeb58a838e423f96de0d.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/xt')
-rw-r--r-- | textproc/xt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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= |