diff options
Diffstat (limited to 'math/it++/Makefile')
| -rw-r--r-- | math/it++/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/it++/Makefile b/math/it++/Makefile index ec900b24b50c..531ab3263d99 100644 --- a/math/it++/Makefile +++ b/math/it++/Makefile @@ -26,6 +26,10 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" BROKEN= "Does not compile on amd64 or ia64" .endif |
