diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | 4061ec7224b48a9c9ea7215a40f74e878bdd3c88 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /mail | |
parent | b9a67fb560e9fe290e034cad7c815bb57c6c2ca1 (diff) | |
download | pkgsrc-4061ec7224b48a9c9ea7215a40f74e878bdd3c88.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 4823631f1e7..2a91c5541cc 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2001/08/10 05:31:40 tron Exp $ +# $NetBSD: Makefile,v 1.104 2001/08/27 14:35:10 tron Exp $ DISTNAME= fetchmail-5.8.17 CATEGORIES= mail @@ -10,7 +10,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= yes diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index fa7eed5ebf2..402b79fffff 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/08/26 10:32:22 skrll Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:10 tron Exp $ DISTNAME= mutt-1.3.19i CATEGORIES= mail @@ -10,7 +10,7 @@ COMMENT= text-based MIME mail client with PGP support USE_BUILDLINK_ONLY= YES -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= YES diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 042b5eb9649..437c0e18900 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/07/03 21:38:27 zuntum Exp $ -# +# $NetBSD: Makefile,v 1.21 2001/08/27 14:35:10 tron Exp $ DISTNAME= xfmail-1.4.7 CATEGORIES= mail x11 @@ -10,7 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://xfmail.slappy.org/ COMMENT= Xforms based mail application for Unix operating systems -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-m68k \ NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc |