diff options
author | tv <tv@pkgsrc.org> | 1998-07-24 01:56:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-24 01:56:59 +0000 |
commit | a75a2272cdba8bba4c8412d13c47b6c1654fca7a (patch) | |
tree | 4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /www | |
parent | 519925679a875824eb9fc2abd0338a15730e86e1 (diff) | |
download | pkgsrc-a75a2272cdba8bba4c8412d13c47b6c1654fca7a.tar.gz |
Update to use USE_LIBTOOL.
Diffstat (limited to 'www')
-rw-r--r-- | www/libwww/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index df16f93571e..2a9deac9494 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/14 17:12:35 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/24 01:57:01 tv Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -9,12 +9,10 @@ MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ MAINTAINER= tv@netbsd.org -BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool - GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --with-zlib --with-regex --without-x -CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool WRKSRC= ${WRKDIR}/w3c-libwww-5.1m DOCDIR= ${PREFIX}/share/doc/libwww |