pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/jakarta-servletapi This package needs java-env.mk ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3e89e72dc6b
branches: trunk
changeset: 500296:a3e89e72dc6b
user: jwise <jwise%pkgsrc.org@localhost>
date: Wed Oct 05 14:48:56 2005 +0000
description:
This package needs java-env.mk as well as java-vm.mk, now that these have
(for whatever reason) been separated.
diffstat:
www/jakarta-servletapi/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r aaeb6181d6e5 -r a3e89e72dc6b www/jakarta-servletapi/Makefile
--- a/www/jakarta-servletapi/Makefile Wed Oct 05 14:38:22 2005 +0000
+++ b/www/jakarta-servletapi/Makefile Wed Oct 05 14:48:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:54 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/10/05 14:48:56 jwise Exp $
DISTNAME= jakarta-servletapi-${TOMCAT_VERSION}-src
PKGNAME= ${DISTNAME:S/-src$//}
@@ -38,6 +38,7 @@
cd ${WRKDIR}/dist/servletapi/docs && ${PAX} -rw -pp . ${PREFIX}/${DOCDIR}
.include "../../mk/java-vm.mk"
+.include "../../mk/java-env.mk"
.include "../../mk/bsd.pkg.mk"
MAKE_PROGRAM= ${LOCALBASE}/bin/ant
Home |
Main Index |
Thread Index |
Old Index