diff options
-rw-r--r-- | irc/muh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index c39fd2e63ff8..988fc4385be7 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Sept 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.3 1999/04/07 21:22:54 billf Exp $ +# $Id: Makefile,v 1.4 1999/06/28 02:20:46 billf Exp $ # DISTNAME= muh2.04 @@ -13,6 +13,8 @@ MASTER_SITES= http://mind.riot.org/download/ MAINTAINER= billf@FreeBSD.org +BROKEN='md5 checksum mismatch' + USE_GMAKE= yes GNU_CONFIGURE= yes |