diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-15 09:41:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-15 09:41:32 +0800 |
commit | 0c20209fb67c735b6782520fd51a5fd68a00af99 (patch) | |
tree | 1ae9964aebe3d2cf909ac7241f64b8d7270d1b0b | |
parent | bbdccad07f50fd1580b05eec4320b13141f15dc8 (diff) | |
download | freebsd-ports-gnome-0c20209fb67c735b6782520fd51a5fd68a00af99.tar.gz freebsd-ports-gnome-0c20209fb67c735b6782520fd51a5fd68a00af99.tar.zst freebsd-ports-gnome-0c20209fb67c735b6782520fd51a5fd68a00af99.zip |
BROKEN='md5 checksum mismatch'
-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 |