summaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2001-03-30 15:08:42 +0000
committermycroft <mycroft@pkgsrc.org>2001-03-30 15:08:42 +0000
commit554563158d129b6b86b641c0167b49dc790fef0a (patch)
tree5be4e508ec4f0a4a8daf4dfa1cd263498503714d /mail/fetchmail/Makefile
parentbbbaa67b6755fb26fbc2238a403a513e1ec68e9f (diff)
downloadpkgsrc-554563158d129b6b86b641c0167b49dc790fef0a.tar.gz
Upgrade to 5.7.7. Needs gmake now.
(Unfortunately, this doesn't fix my KPOP problem.)
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 580f0046971..859564c4350 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2001/03/27 03:20:04 hubertf Exp $
+# $NetBSD: Makefile,v 1.91 2001/03/30 15:08:42 mycroft Exp $
#
-DISTNAME= fetchmail-5.7.2
+DISTNAME= fetchmail-5.7.7
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
@@ -16,6 +16,7 @@ BUILD_USES_MSGFMT= yes
USE_LIBINTL= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
CONFIGURE_ARGS+=--without-hesiod
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"