summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
commit787cd838778261d69e4b1dd287b2ed727dc9b3a3 (patch)
treeeb7726941b153d7eda01f052446d231f7b1fc11f /devel/prcs
parentFix build on 5.1 (remove port's conflicting definition of float_t) (diff)
BROKEN on 5.1: bad C++
Notes
Notes: svn path=/head/; revision=81217
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index 334ec1a25fc4..91b615bc1448 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -22,6 +22,10 @@ MAN1= prcs.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
.if exists(${LOCALBASE}/bin/emacs)
PLIST_SUB+= EMACS=''
.else