diff options
Diffstat (limited to 'www/ap-jserv')
-rw-r--r-- | www/ap-jserv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile index 8caa643fb8f..c85836c64c0 100644 --- a/www/ap-jserv/Makefile +++ b/www/ap-jserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/05/22 16:01:38 jwise Exp $ +# $NetBSD: Makefile,v 1.9 2000/06/01 11:23:42 rh Exp $ DISTNAME= ApacheJServ-1.1.1 PKGNAME= ap-jserv-1.1.1 @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 USE_JAVA= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/src/scripts/build/unix/ltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs --with-jdk-home=${JAVA_HOME} \ |