diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-01 17:27:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-01 17:27:24 +0000 |
commit | 0901340b7be745652a034dfc8ff33813849612a7 (patch) | |
tree | 006af119465188e89cf179ec9d297b930d3f14fe /comms/libfec | |
parent | 9b0f81f6b9fcb1e351de3772e9f6fa545f4d3cda (diff) | |
download | ports-0901340b7be745652a034dfc8ff33813849612a7.tar.gz ports-0901340b7be745652a034dfc8ff33813849612a7.zip |
Notes
Diffstat (limited to 'comms/libfec')
-rw-r--r-- | comms/libfec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile index 9aec53b85f79..121978c7c43f 100644 --- a/comms/libfec/Makefile +++ b/comms/libfec/Makefile @@ -12,6 +12,8 @@ DISTNAME= fec-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Several forward error correction (FEC) decoders +BROKEN= produces unusable library + MAKEFILE= makefile GNU_CONFIGURE= yes |