aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/judy/Makefile2
-rw-r--r--net/beacon/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/judy/Makefile b/devel/judy/Makefile
index 673efe7bb47c..be173ddb0e5b 100644
--- a/devel/judy/Makefile
+++ b/devel/judy/Makefile
@@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.bz
MAINTAINER= skv@FreeBSD.org
COMMENT= General purpose dynamic array
+BROKEN= Unfetchable
+
USE_BZIP2= YES
HAS_CONFIGURE= YES
INSTALLS_SHLIB= YES
diff --git a/net/beacon/Makefile b/net/beacon/Makefile
index fb688b006f55..41df2b8810d7 100644
--- a/net/beacon/Makefile
+++ b/net/beacon/Makefile
@@ -16,6 +16,8 @@ COMMENT= Beacon active measurement tool to monitor multicast
BUILD_DEPENDS= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS= ${BUILD_DEPENDS}
+BROKEN= Unfetchable
+
WWW_DIR?= ${PREFIX}/www/
PLIST_SUB+= VERSION=${PORTVERSION}
USE_PERL5= yes