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 /www/ap-jk | |
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 'www/ap-jk')
-rw-r--r-- | www/ap-jk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-jk/Makefile b/www/ap-jk/Makefile index 2a09762909f..7cd695468b6 100644 --- a/www/ap-jk/Makefile +++ b/www/ap-jk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/07/24 19:45:30 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/07/29 22:23:29 jlam Exp $ DISTNAME= jakarta-tomcat-3.2.4-src PKGNAME= ap-jk-3.2.4 @@ -11,7 +11,7 @@ COMMENT= improved connector for accessing Jakarta Tomcat or JServ from Apache DEPENDS+= apache{,6}-1.3.*:../../www/apache -USE_JAVA= yes +USE_JAVA= run USE_PERL5= build # for "apxs" EXTRACT_ELEMENTS= ${DISTNAME}/src/native |