diff options
Diffstat (limited to 'net/samba32-devel/Makefile')
-rw-r--r-- | net/samba32-devel/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/samba32-devel/Makefile b/net/samba32-devel/Makefile index d24b81f93667..187fa216b089 100644 --- a/net/samba32-devel/Makefile +++ b/net/samba32-devel/Makefile @@ -157,12 +157,8 @@ CONFIGURE_ARGS+= --without-utmp CONFIGURE_ARGS+= --with-winbind PLIST_SUB+= WINBIND="" SUB_LIST+= WINBIND="" -. if ${OSVERSION} >= 500112 WITH_WINBIND_NSS= yes PLIST_SUB+= WINBIND_NSS="" -. else -PLIST_SUB+= WINBIND_NSS="@comment " -. endif .else CONFIGURE_ARGS+= --without-winbind PLIST_SUB+= WINBIND="@comment " WINBIND_NSS="@comment " @@ -198,9 +194,6 @@ CONFIGURE_ARGS+= --disable-fam .endif .if defined(WITH_ACL_SUPPORT) -.if ${OSVERSION} < 500018 -IGNORE= an ACL support requires 5.1-RELEASE or later. Disable ACL support -.endif CONFIGURE_ARGS+= --with-acl-support .else CONFIGURE_ARGS+= --without-acl-support |