diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-08 18:08:52 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-08 18:08:52 +0000 |
commit | db0b7e3a69c1d7570d4e23f9d45277ce618b6096 (patch) | |
tree | 73f66f401999e8fc8783ce65442b7851df841f13 /net/samba | |
parent | 7ba1e2d8b5b1d56cb3cc12a8d0e25fecfaf311bd (diff) | |
download | ports-db0b7e3a69c1d7570d4e23f9d45277ce618b6096.tar.gz ports-db0b7e3a69c1d7570d4e23f9d45277ce618b6096.zip |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 2 |
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 |