aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cgdb
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-02-23 05:09:45 +0800
committerpav <pav@FreeBSD.org>2008-02-23 05:09:45 +0800
commitfd69e48dc2b78349f6ad08c7dd495b0f4038605d (patch)
tree0034ab868bdb713c4529bfd7bea3e781fb79f941 /devel/cgdb
parent6405dcc7b0c8fd7f42cf65d1d9abfa1a537e7db0 (diff)
downloadfreebsd-ports-graphics-fd69e48dc2b78349f6ad08c7dd495b0f4038605d.tar.gz
freebsd-ports-graphics-fd69e48dc2b78349f6ad08c7dd495b0f4038605d.tar.zst
freebsd-ports-graphics-fd69e48dc2b78349f6ad08c7dd495b0f4038605d.zip
- Mark BROKEN on FreeBSD 5.x due to the old texinfo
Reported by: pointyhat
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 b60caf580c5..1d491212e20 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>