diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:54:33 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:54:33 +0000 |
commit | d0a80b17e1bcaf2b49852a0146e45258e4931923 (patch) | |
tree | bc866499d19685e8f70f74e9bf3131d2c47d6fc6 /devel | |
parent | 110fdaf7b5ea676a9fb22c4247d2289d09e25569 (diff) | |
download | ports-d0a80b17e1bcaf2b49852a0146e45258e4931923.tar.gz ports-d0a80b17e1bcaf2b49852a0146e45258e4931923.zip |
- USE_BISON to fix build [1]
- mark BROKEN on 4.x [2]
PR: ports/100023
Submitted by: maintainer [1], me (itetcu) [2]
Notes
Notes:
svn path=/head/; revision=167416
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tigcc/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index b274de9f3d15..be3159238d53 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -22,6 +22,7 @@ COMMENT= C compiler for the TI89, 92, and 92+ calculators USE_BZIP2= yes USE_GMAKE= yes +USE_BISON= yes NO_WRKSUBDIR= yes do-extract: @@ -118,4 +119,10 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Doesn't compile +.endif + +.include <bsd.port.post.mk> |