diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 08:41:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 08:41:57 +0800 |
commit | bdb0a98957d9759601f339c43d05f26ad0a6cd6e (patch) | |
tree | 51efba1a721d79786f5170dafa3f6c7ac9727963 /lang | |
parent | c4965edb997f7a9e88c83d8b46bcc0c2e215b235 (diff) | |
download | freebsd-ports-gnome-bdb0a98957d9759601f339c43d05f26ad0a6cd6e.tar.gz freebsd-ports-gnome-bdb0a98957d9759601f339c43d05f26ad0a6cd6e.tar.zst freebsd-ports-gnome-bdb0a98957d9759601f339c43d05f26ad0a6cd6e.zip |
This is broken on 4.x as well.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 0d282b922959..3bd35384cc15 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -23,11 +23,9 @@ EXTRACT_SUFX= .tar MAINTAINER= coop9211@uidaho.edu COMMENT= Free Pascal compiler with Turbo, Delphi and other extensions -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 BROKEN= "Install fails" -.endif + +.include <bsd.port.pre.mk> LIB_DEPENDS= gds.1:${PORTSDIR}/databases/firebird .if ${OSVERSION} >= 500000 |