diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-22 21:09:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-22 21:09:45 +0000 |
commit | 1fc76e0d1816f9ea406011cd7cff3d3d366bd2f8 (patch) | |
tree | c3e1fdee33ae8609c08499a50b56331723aabfbc /devel | |
parent | Add 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cgdb/Makefile | 4 |
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> |