diff options
| -rw-r--r-- | lang/fpc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 1c313db347c0..0d282b922959 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -25,6 +25,10 @@ COMMENT= Free Pascal compiler with Turbo, Delphi and other extensions .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Install fails" +.endif + LIB_DEPENDS= gds.1:${PORTSDIR}/databases/firebird .if ${OSVERSION} >= 500000 LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x |
