diff options
author | erwin <erwin@FreeBSD.org> | 2008-06-14 01:55:24 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-06-14 01:55:24 +0800 |
commit | f6c063d45def2339f9af5d666fcb1c2e127210be (patch) | |
tree | 374bd4ef907be53559d96a5c7b4b98f1aee9a5cf /net | |
parent | e82f92a0e013fb327f4d0f503e97f7ea2c885947 (diff) | |
download | freebsd-ports-gnome-f6c063d45def2339f9af5d666fcb1c2e127210be.tar.gz freebsd-ports-gnome-f6c063d45def2339f9af5d666fcb1c2e127210be.tar.zst freebsd-ports-gnome-f6c063d45def2339f9af5d666fcb1c2e127210be.zip |
memrchr was MFCed to 7.0, also mark BROKEN there
Submitted by: pointyhat
Diffstat (limited to 'net')
-rw-r--r-- | net/openradius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 1296b7fd9ee9..9efea15edebd 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 +.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) BROKEN= does not compile .endif |