aboutsummaryrefslogtreecommitdiff
path: root/net/openradius
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-06-13 17:59:37 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-06-13 17:59:37 +0000
commitb56038426af6131d9d3135990fb61f336eafdaa1 (patch)
treebdf593850a3a1f5c6fdc62b8583f581053db1005 /net/openradius
parentc1060014ea5ae8149e07c60a9e6d0080292135bc (diff)
downloadports-b56038426af6131d9d3135990fb61f336eafdaa1.tar.gz
ports-b56038426af6131d9d3135990fb61f336eafdaa1.zip
Also mark BROKEN on 6.3 after the memrchr MFC
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=214791
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