diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 08:20:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 08:20:53 +0800 |
commit | 0ee8b7c8c2c43fec3368d133f6cc1d965a970f97 (patch) | |
tree | b116ce7b9d2973836cb5ee9cd605ca4a560d4816 /lang/fpc | |
parent | 3813d4320ee56ff90cdb36531fd60b49d4d4912a (diff) | |
download | freebsd-ports-gnome-0ee8b7c8c2c43fec3368d133f6cc1d965a970f97.tar.gz freebsd-ports-gnome-0ee8b7c8c2c43fec3368d133f6cc1d965a970f97.tar.zst freebsd-ports-gnome-0ee8b7c8c2c43fec3368d133f6cc1d965a970f97.zip |
BROKEN on 5.x: install fails
Diffstat (limited to 'lang/fpc')
-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 |