summaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-22 21:09:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-22 21:09:45 +0000
commit1fc76e0d1816f9ea406011cd7cff3d3d366bd2f8 (patch)
treec3e1fdee33ae8609c08499a50b56331723aabfbc /devel/cgdb
parentAdd p5-Class-Interfaces 0.04, a module for defining interface classes (diff)
- Mark BROKEN on FreeBSD 5.x due to the old texinfo
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=207767
Diffstat (limited to 'devel/cgdb')
-rw-r--r--devel/cgdb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index b60caf580c53..1d491212e200 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -30,4 +30,8 @@ CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif
+.if ${OSVERSION} < 600000
+BROKEN= Does not compile on 5.x with old texinfo in base
+.endif
+
.include <bsd.port.post.mk>