diff options
author | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
commit | a68a277b43e5634f08282aba07a130b923be1b72 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /www/libwww | |
parent | 8acc4797c26eba4fe23ae4f445f0f82bde5e7d2e (diff) | |
download | pkgsrc-a68a277b43e5634f08282aba07a130b923be1b72.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index df3575ee45f..3b5d17c7c33 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/08/26 10:32:24 skrll Exp $ -# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp -# +# $NetBSD: Makefile,v 1.28 2001/08/27 14:35:16 tron Exp $ DISTNAME= w3c-libwww-5.3.2 PKGNAME= libwww-5.3.2nb1 @@ -12,14 +10,14 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.w3.org/Library/ COMMENT= The W3C Reference Library -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 -USE_BUILDLINK_ONLY= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -#USE_SSL= yes +USE_BUILDLINK_ONLY= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +#USE_SSL= YES GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-zlib --with-regex --without-x |