diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:53:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:53:46 +0800 |
commit | fbeb9c00ffdb6557ce647f34512030a2de562ae8 (patch) | |
tree | 1a1b4fab3af52c7e18425bf8d358e727cacdec97 /net/samba3 | |
parent | 5b675166d52198a6b5e93bffb985b0c07eb387fc (diff) | |
download | freebsd-ports-gnome-fbeb9c00ffdb6557ce647f34512030a2de562ae8.tar.gz freebsd-ports-gnome-fbeb9c00ffdb6557ce647f34512030a2de562ae8.tar.zst freebsd-ports-gnome-fbeb9c00ffdb6557ce647f34512030a2de562ae8.zip |
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 |