aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cgdb/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-06 03:44:02 +0800
committerpav <pav@FreeBSD.org>2009-01-06 03:44:02 +0800
commit72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch)
treed1102c67d6d770e809475dae366f152130cb1883 /devel/cgdb/Makefile
parent5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff)
downloadfreebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz
freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.zst
freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'devel/cgdb/Makefile')
-rw-r--r--devel/cgdb/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index 42fd31b9f186..88c7b59aaa10 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -30,10 +30,6 @@ 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
-
post-patch:
@${REINPLACE_CMD} -e 's|dev_ptmx=yes|dev_ptmx=no|' ${WRKSRC}/configure