diff options
author | tv <tv> | 1998-07-24 01:56:59 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-24 01:56:59 +0000 |
commit | 050763ac7decfda9c68e5c021fd04008e5691b6e (patch) | |
tree | 4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /www | |
parent | 91046d445a374baafc929ebfdedb412aec99b4aa (diff) | |
download | pkgsrc-050763ac7decfda9c68e5c021fd04008e5691b6e.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 |