diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2014-06-06 03:17:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2014-06-06 03:17:16 +0000 |
commit | 3f0560631efaab018d4c888528cd937cd3332b0f (patch) | |
tree | da9ed91c730eab97fb87855ee3a3ccd17ff73d57 /net | |
parent | 63a796294a15a20af16d3a81295e94c66052c72b (diff) | |
download | ports-3f0560631efaab018d4c888528cd937cd3332b0f.tar.gz ports-3f0560631efaab018d4c888528cd937cd3332b0f.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ttbudget/Makefile | 10 |
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> |