diff options
-rw-r--r-- | lang/gprolog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index 8d8e1bbfdc8..a4e0b385123 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -36,6 +36,10 @@ PLIST_SUB+= GPROLOG_VER=${PORTVERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +BROKEN= "Does not build on FreeBSD >= 6.0" +.endif + .if ${OSVERSION} >= 502126 CONFIGURE_ARGS+=--disable-fast-call .endif |