diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-15 13:46:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-15 13:46:39 +0000 |
commit | 6227c0f11bdf1b85c9a396f0f1b6036373bf67a6 (patch) | |
tree | 9d78c9edaef81f734850945e1ff8884903a808e3 /www | |
parent | 706217d2f2005d31878e383151cda3e864a29ba4 (diff) | |
download | pkgsrc-6227c0f11bdf1b85c9a396f0f1b6036373bf67a6.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL (XXX: Is it really needed?)
Also some minor cleanup.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-jserv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile index 305de61d995..37d41c3d5af 100644 --- a/www/ap-jserv/Makefile +++ b/www/ap-jserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/06/19 21:16:44 jwise Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/15 13:46:39 wiz Exp $ DISTNAME= ApacheJServ-1.1.2 PKGNAME= ap-jserv-1.1.2 @@ -14,11 +14,9 @@ DEPENDS+= jsdk-2.0:../../www/jsdk20 # For "apxs": BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 -.include "../../mk/bsd.prefs.mk" - USE_JAVA= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/src/scripts/build/unix/ltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs --with-jdk-home=${JAVA_HOME} \ @@ -26,5 +24,6 @@ CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs --with-jdk-home=${JAVA_HOME} --with-servlets=${LOCALBASE}/share/httpd/servlets -enable-EAPI .include "../../mk/bsd.pkg.mk" + JSDK_HOME= ${JAVA_HOME}/jsdk BUILD_DEFS+= JSDK_HOME |