diff options
Diffstat (limited to 'devel/py-bison/Makefile')
-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) |