From 1fc76e0d1816f9ea406011cd7cff3d3d366bd2f8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 22 Feb 2008 21:09:45 +0000 Subject: [PATCH] - Mark BROKEN on FreeBSD 5.x due to the old texinfo Reported by: pointyhat --- devel/cgdb/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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