diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-15 12:39:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-15 12:39:18 +0000 |
commit | f03127d8748727650900b018f8fdd9144563d7d7 (patch) | |
tree | 8666b0fabcfa3212bf946f2666a9aed0231bdacc | |
parent | 07ff64f59803bbe8f67830a09af81d61f1000c1a (diff) |
Mark BROKEN: checksum mismatch
Notes
Notes:
svn path=/head/; revision=239591
-rw-r--r-- | graphics/irit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/irit/Makefile b/graphics/irit/Makefile index 5c799719666d..1487f073d481 100644 --- a/graphics/irit/Makefile +++ b/graphics/irit/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= rle.1:${PORTSDIR}/graphics/urt BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \ ${LOCALBASE}/lib/libungif.a:${PORTSDIR}/graphics/libungif +BROKEN= checksum mismatch + USE_ZIP= yes USE_GMAKE= yes .ifdef (WITH_MOTIF) |