diff options
author | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
commit | a3eec1444d01a90b320e18b776269681fd28ae27 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /www/libwww | |
parent | 2255b4096fbc051633cb6ae2bc815233c05ee4bc (diff) | |
download | pkgsrc-a3eec1444d01a90b320e18b776269681fd28ae27.tar.gz |
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 58bf2a8c645..d82cbd4ade1 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/11/29 01:12:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.30 2001/11/29 19:46:13 jlam Exp $ DISTNAME= w3c-libwww-5.3.2 PKGNAME= libwww-5.3.2 @@ -11,7 +11,6 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.w3.org/Library/ COMMENT= The W3C Reference Library -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 |