diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 01:24:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 01:24:28 +0000 |
commit | 09697ad12c51e93e7498a095966617c24a091a8f (patch) | |
tree | 484f137156f00e8c9a707c2da8ee96955f25f17a | |
parent | d87ccffc99b04e224abc1d172551b618fb8ffd1a (diff) | |
download | ports-09697ad12c51e93e7498a095966617c24a091a8f.tar.gz ports-09697ad12c51e93e7498a095966617c24a091a8f.zip |
Notes
-rw-r--r-- | astro/google-earth/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/flowviewer/Makefile | 2 |
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 |