diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 00:20:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 00:20:53 +0000 |
commit | 77634b9b63f00a037866d06ccaab9af411205f6c (patch) | |
tree | e7c83abf25718fa61cbf7db17dad3289e4d644b1 /lang | |
parent | 2e99d7a91557342b8223583c8c4035a75d1f75f2 (diff) | |
download | ports-77634b9b63f00a037866d06ccaab9af411205f6c.tar.gz ports-77634b9b63f00a037866d06ccaab9af411205f6c.zip |
Notes
Diffstat (limited to 'lang')
-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 |