summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/google-earth/Makefile2
-rw-r--r--net-mgmt/flowviewer/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile
index bddd8ad5dd9c..d8aeef560048 100644
--- a/astro/google-earth/Makefile
+++ b/astro/google-earth/Makefile
@@ -20,6 +20,8 @@ RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info
RESTRICTED= Not sure about redistribution rights
+BROKEN= Checksum mismatch
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/
USE_LINUX= yes
diff --git a/net-mgmt/flowviewer/Makefile b/net-mgmt/flowviewer/Makefile
index f2d12294e757..e4e143447765 100644
--- a/net-mgmt/flowviewer/Makefile
+++ b/net-mgmt/flowviewer/Makefile
@@ -18,6 +18,8 @@ COMMENT= Web-based user interface for the flow-tools NetFlow data
RUN_DEPENDS= ${SITE_PERL}/GD/Graph/linespoints.pm:${PORTSDIR}/graphics/p5-GD-Graph \
flow-cat:${PORTSDIR}/net-mgmt/flow-tools
+BROKEN= Checksum mismatch
+
.ifndef WITHOUT_WWWDIR
FLOWVIEWERDIR?= ${PREFIX}/www/flowviewer
.else