diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 00:41:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 00:41:57 +0000 |
commit | acc8e18d0afd5affb3398a36d08c3866cf83dd17 (patch) | |
tree | 10974e36c8c63e1419929ac5a00bcf55d75808cf /lang/fpc | |
parent | 8dc5afd250bdf1dd83511056b1ab091176fd048c (diff) | |
download | ports-acc8e18d0afd5affb3398a36d08c3866cf83dd17.tar.gz ports-acc8e18d0afd5affb3398a36d08c3866cf83dd17.zip |
Notes
Diffstat (limited to 'lang/fpc')
-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 |