diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-15 01:41:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-15 01:41:32 +0000 |
commit | d701ec692ae81cd92f4d6e8e3b84e692af04fd2a (patch) | |
tree | 9bf866f2fe0ce4a90fe2ddee3a1ce6cfd73574b8 /irc/muh | |
parent | e4a2640ab9cd546145fe45ca26e6c31f9944c0b0 (diff) | |
download | ports-d701ec692ae81cd92f4d6e8e3b84e692af04fd2a.tar.gz ports-d701ec692ae81cd92f4d6e8e3b84e692af04fd2a.zip |
Notes
Diffstat (limited to 'irc/muh')
-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 |