diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-08 14:26:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-08 14:26:42 +0800 |
commit | 25cd046dfb71af241b493d6546854f8738383321 (patch) | |
tree | b77abb47c12544bdf51cd7209b59ae670f241394 | |
parent | d691cfec2012648dba301d5ddfe3f260650e17e5 (diff) | |
download | freebsd-ports-gnome-25cd046dfb71af241b493d6546854f8738383321.tar.gz freebsd-ports-gnome-25cd046dfb71af241b493d6546854f8738383321.tar.zst freebsd-ports-gnome-25cd046dfb71af241b493d6546854f8738383321.zip |
Mark broken due to failing checksum.
-rw-r--r-- | deskutils/mdh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile index cf833c9cbbf6..6d693213d79c 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -21,6 +21,8 @@ USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +BROKEN= "fails checksum test" + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin .ifndef(NOPORTDOCS) |