diff options
author | jschauma <jschauma> | 2003-03-13 02:35:30 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-13 02:35:30 +0000 |
commit | a66d859a9745ad973c3dd158ec57f98b243ba7c0 (patch) | |
tree | 0e180661510feb24a48f0069974b9940dc279a04 /mail | |
parent | d2fb8cd5a2b194227b0292408266c3ed5faeaabf (diff) | |
download | pkgsrc-a66d859a9745ad973c3dd158ec57f98b243ba7c0.tar.gz |
This does not seem to require GMAKE after all.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 376ba4ba912..b1d8404a43c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2003/01/28 22:03:34 jlam Exp $ +# $NetBSD: Makefile,v 1.92 2003/03/13 02:35:30 jschauma Exp $ DISTNAME= mutt-1.4i PKGNAME= ${DISTNAME:C/i$//} @@ -17,7 +17,6 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes USE_PKGINSTALL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \ |