diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-10-16 11:31:05 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-10-16 11:31:05 +0000 |
commit | 7e65922d110a8990283f069aa553fc4bff3df644 (patch) | |
tree | 49dcf345876c7373d985a871c105e133e4699377 /devel/py-bison | |
parent | 67c2ef94bcbed47eff78772f5e631e63bc5541cb (diff) | |
download | ports-7e65922d110a8990283f069aa553fc4bff3df644.tar.gz ports-7e65922d110a8990283f069aa553fc4bff3df644.zip |
Notes
Diffstat (limited to 'devel/py-bison')
-rw-r--r-- | devel/py-bison/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-bison/Makefile b/devel/py-bison/Makefile index 355d552cfded..7e77e7cba3be 100644 --- a/devel/py-bison/Makefile +++ b/devel/py-bison/Makefile @@ -33,6 +33,8 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} .if ${ARCH} == "ia64" BROKEN= Does not compile on ia64 +.elif ${OSVERSION} >= 900000 +BROKEN= Does not support FreeBSD 9.0 or higher .endif .if !defined(NOPORTDOCS) |