diff options
author | garga <garga@FreeBSD.org> | 2006-06-12 09:58:21 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-12 09:58:21 +0000 |
commit | d43b582595873b0e2f07ac6fc19c6ea72c5ababb (patch) | |
tree | e92bb4502c68654c849451b5dfc7b3ce91912ad8 /editors/fpc-ide | |
parent | 48cd82c9a6a570abd44d7e1e1f9bc6d7ad500de9 (diff) | |
download | FreeBSD-ports-d43b582595873b0e2f07ac6fc19c6ea72c5ababb.zip FreeBSD-ports-d43b582595873b0e2f07ac6fc19c6ea72c5ababb.tar.gz |
Mark it temporarilly as BROKEN when all fpc ports don't be updated to 2.0.2
Diffstat (limited to 'editors/fpc-ide')
-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 f960dda..ba34606 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 \ |