diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:26:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:26:57 +0000 |
commit | 27bd1557044f5fcd9966a549cf7dfdf0f1e5c65c (patch) | |
tree | d1a6bbd9f5982f1b8f54eafe15e3fa8f76c18a62 /misc/heyu | |
parent | Cryptography is no longer export-restricted (diff) |
BROKEN: Checksum fails
Notes
Notes:
svn path=/head/; revision=85956
Diffstat (limited to 'misc/heyu')
-rw-r--r-- | misc/heyu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile index 32f3e0a3f6d4..662fb6eb4a76 100644 --- a/misc/heyu/Makefile +++ b/misc/heyu/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= plambert@plambert.net COMMENT= Control a CM11A interface from the command line +BROKEN= "Checksum fails" + IS_INTERACTIVE= yes ALL_TARGET= heyu WRKSRC= ${WRKDIR}/heyu.dir |