diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-12 17:58:21 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-12 17:58:21 +0800 |
commit | 543abdb16448653431e70d3b68f8f57aa84d6a3e (patch) | |
tree | ad9b45e3479d3445522812f8396626fd304fae46 /editors | |
parent | 6733101d07ef09e16b9cf292a88f7cde165a087b (diff) | |
download | freebsd-ports-gnome-543abdb16448653431e70d3b68f8f57aa84d6a3e.tar.gz freebsd-ports-gnome-543abdb16448653431e70d3b68f8f57aa84d6a3e.tar.zst freebsd-ports-gnome-543abdb16448653431e70d3b68f8f57aa84d6a3e.zip |
Mark it temporarilly as BROKEN when all fpc ports don't be updated to 2.0.2
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fpc-ide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index f960ddada5fa..ba34606c8015 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Free Pascal integrated IDE/compiler +BROKEN= Waiting for fpc-* updated to 2.0.2 + .include <bsd.port.pre.mk> BUILD_DEPENDS+= ppc386:${PORTSDIR}/lang/fpc \ |