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 /mail | |
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 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index d834b95e65f..31f919a23bb 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/11/22 21:34:45 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/11/29 19:46:12 jlam Exp $ DISTNAME= mutt-1.3.23i PKGNAME= ${DISTNAME:C/i$//} @@ -11,7 +11,6 @@ COMMENT= text-based MIME mail client with PGP support USE_BUILDLINK_ONLY= YES -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= YES |