diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:53:46 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:53:46 +0000 |
| commit | 260b2edafd358f77c49249acb5545764315d5ce9 (patch) | |
| tree | 660f33f450bbab88db3f425d963bac094e937569 /net/samba3 | |
| parent | Update to 0.17 (diff) | |
Remove support for OSVERSION < 5
Diffstat (limited to 'net/samba3')
| -rw-r--r-- | net/samba3/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 96110a5fea1c..df02c0b095b1 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -255,15 +255,6 @@ CONFIGURE_ARGS+= --with-included-popt ### ### Common part for port and it's subports ### -# For 4.8 - 4.11 combination of Kerberos and OpenLDAP is broken -# due the conflict between system and OpenSSL port libcrypto libraries -.if ${OSVERSION} > 470103 && ${OSVERSION} < 500000 -. if defined(WITH_ADS) -IGNORE= broken dependency between OpenSSL, OpenLDAP and Heimdal for FreeBSD 4.x. Disable ADS support -. endif -. undef WITH_ADS -WITHOUT_ADS= on -.endif .if defined(WITH_ADS) SAMBA_WANT_LDAP= yes |
