From 1bfde372432d29d6d682278b393cc3615ff78bbe Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 1 Jun 2000 11:23:11 +0000 Subject: s/USE_LIBTOOL/USE_PKGLIBTOOL/ Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages. --- www/ap-jserv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/ap-jserv') 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} \ -- cgit v1.2.3