aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb66
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-08 06:44:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-08 06:44:58 +0000
commita528f5e2190340350f1c1578327d6835749d19c1 (patch)
treefc5e02ebcfdeea64143ff14ea59b754ca7189276 /devel/gdb66
parentb033d119817bb5c5060e53fa95cb5ea008f3e2be (diff)
downloadports-a528f5e2190340350f1c1578327d6835749d19c1.tar.gz
ports-a528f5e2190340350f1c1578327d6835749d19c1.zip
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=108679
Diffstat (limited to 'devel/gdb66')
-rw-r--r--devel/gdb66/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile
index e61cfc7c2496..660de0342409 100644
--- a/devel/gdb66/Makefile
+++ b/devel/gdb66/Makefile
@@ -31,6 +31,10 @@ CFLAGS+= -DRL_NO_COMPAT
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.endif