diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-24 11:19:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-24 11:19:00 +0000 |
commit | 0207f960731002a9d25cf7c28027c595ea21576b (patch) | |
tree | 5a784b21d9dc49644d79d29e5d7b77b60dad77f1 /mail/fetchmail | |
parent | ec65b90f7c028150bb173c72f85a3d5e1b18fbe0 (diff) | |
download | pkgsrc-0207f960731002a9d25cf7c28027c595ea21576b.tar.gz |
Doesn't seem to need GNU make anymore.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 4644a144de7..b9b4faf5f5f 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2001/06/23 10:01:59 frueauf Exp $ +# $NetBSD: Makefile,v 1.97 2001/06/24 11:19:00 wiz Exp $ # DISTNAME= fetchmail-5.8.8 @@ -16,7 +16,6 @@ BUILD_USES_MSGFMT= yes USE_LIBINTL= yes GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS+=--without-hesiod CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" |