aboutsummaryrefslogtreecommitdiffstats
path: root/net/openradius
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-06-14 01:59:37 +0800
committererwin <erwin@FreeBSD.org>2008-06-14 01:59:37 +0800
commitc53af98e535b340e9db89273585e734801662932 (patch)
treec3f9273de9645093dabb721cfdb02db706bd1038 /net/openradius
parent8a44269d16607534f6ebc2c789e31d5db503074a (diff)
downloadfreebsd-ports-gnome-c53af98e535b340e9db89273585e734801662932.tar.gz
freebsd-ports-gnome-c53af98e535b340e9db89273585e734801662932.tar.zst
freebsd-ports-gnome-c53af98e535b340e9db89273585e734801662932.zip
Also mark BROKEN on 6.3 after the memrchr MFC
Submitted by: pointyhat
Diffstat (limited to 'net/openradius')
-rw-r--r--net/openradius/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile
index 9efea15edebd..d38f40c819a3 100644
--- a/net/openradius/Makefile
+++ b/net/openradius/Makefile
@@ -38,7 +38,7 @@ SCRIPTS_ENV+= USE_LDAP=yes
PLIST_SUB+= LDAP="@comment "
.endif
-.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000)
+.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000)
BROKEN= does not compile
.endif