diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-02 23:12:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-02 23:12:23 +0000 |
commit | 895490f06b4c315c9da602b08a7f9748b287598d (patch) | |
tree | f96e046c6ab54385c34edfad75ea1c21898241e9 | |
parent | BROKEN on 6.x: Does not compile (diff) |
BROKEN: Size mismatch
Notes
Notes:
svn path=/head/; revision=158666
-rw-r--r-- | devel/tigcc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index 43a86e5a5766..5d39e8f0006c 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -19,6 +19,8 @@ COMMENT= C compiler for the TI89, 92, and 92+ calculators BUILD_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog \ bash:${PORTSDIR}/shells/bash2 +BROKEN= Size mismatch + IS_INTERACTIVE= yes USE_BZIP2= yes USE_REINPLACE= yes |