aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2014-06-06 03:17:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2014-06-06 03:17:16 +0000
commit3f0560631efaab018d4c888528cd937cd3332b0f (patch)
treeda9ed91c730eab97fb87855ee3a3ccd17ff73d57 /net
parent63a796294a15a20af16d3a81295e94c66052c72b (diff)
downloadports-3f0560631efaab018d4c888528cd937cd3332b0f.tar.gz
ports-3f0560631efaab018d4c888528cd937cd3332b0f.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ttbudget/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile
index ef9fdb76119f..0330fb979f83 100644
--- a/net/ttbudget/Makefile
+++ b/net/ttbudget/Makefile
@@ -12,6 +12,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
MAINTAINER= admin@lissyara.su
COMMENT= Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3)
+BROKEN= does not build, mastersite disapperead, not staged
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE= 2014-07-06
+
USE_BZIP2= yes
NO_STAGE= yes
@@ -32,10 +36,4 @@ pre-fetch:
post-install:
@${CAT} ${PKGMESSAGE}
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerprc, or sparc64
-.else
-BROKEN= does not build
-.endif
-
.include <bsd.port.post.mk>