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/cgdb | |
parent | 2bf2a8bdb8137332f3c98fa0032ca80cdcc6edff (diff) | |
download | ports-1fc76e0d1816f9ea406011cd7cff3d3d366bd2f8.tar.gz ports-1fc76e0d1816f9ea406011cd7cff3d3d366bd2f8.zip |
Notes
Diffstat (limited to 'devel/cgdb')
-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> |