aboutsummaryrefslogtreecommitdiff
path: root/devel/cvswrap
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-02-11 10:18:41 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-02-11 10:18:41 +0000
commit967207fac5d765cb3d396a7f4ba84f0e81899026 (patch)
tree391d82121da67efdf7ba318ab237e89a507614b5 /devel/cvswrap
parenta5ffde8a8b59763699998367b4acd0f52e6784a7 (diff)
downloadports-967207fac5d765cb3d396a7f4ba84f0e81899026.tar.gz
ports-967207fac5d765cb3d396a7f4ba84f0e81899026.zip
Also mark BROKEN on recent 7 after the MFC of strndup(3).
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=228041
Diffstat (limited to 'devel/cvswrap')
-rw-r--r--devel/cvswrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvswrap/Makefile b/devel/cvswrap/Makefile
index df3d60f7327e..450f3e827283 100644
--- a/devel/cvswrap/Makefile
+++ b/devel/cvswrap/Makefile
@@ -22,7 +22,7 @@ MAN5= cvswrap.conf.5
.include <bsd.port.pre.mk>
# Redefines strndup(3)
-.if ${OSVERSION} >= 800058
+.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000)
BROKEN= does not build
.endif