summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-07-08 18:08:52 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-07-08 18:08:52 +0000
commitdb0b7e3a69c1d7570d4e23f9d45277ce618b6096 (patch)
tree73f66f401999e8fc8783ce65442b7851df841f13 /net/samba
parentremove textproc/fribidi (diff)
Fix broken verbage for acl on -stable
Notes
Notes: svn path=/head/; revision=62665
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 4068cf8e0383..2038fdb07ee9 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -123,7 +123,7 @@ CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME}
.if defined(WITH_ACL_SUPPORT)
.if ${OSVERSION} < 500018
-BROKEN= "Requires a recent FreeBSD 5.0-CURRENT"
+BROKEN= "ACL support requires a recent FreeBSD 5.0-CURRENT"
.else
CONFIGURE_ARGS+= --with-acl-support
.endif