summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-22 08:21:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-22 08:21:29 +0000
commit8749af6ab6b5c01a79ddde46494ffee167c03905 (patch)
treec7d1eae8e43c0adac1ae7716d04b794dd1ae10b0
parentUpdate to version 2.1.p17. (diff)
- Turn off ADS in samba-libsmbclient when PACKAGE_BUILDING. Proper fix will
be conjured by maintainer later. Reported by: krismail
-rw-r--r--net/samba-libsmbclient/Makefile2
-rw-r--r--net/samba3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile
index 4a5e2dd5d31c..1e82693d276e 100644
--- a/net/samba-libsmbclient/Makefile
+++ b/net/samba-libsmbclient/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 0
PKGNAMESUFFIX= -libsmbclient
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 213b38b2e7db..1148b36e4843 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -216,7 +216,7 @@ CONFIGURE_ARGS+= --with-included-popt
.endif
# Common part
-.if !defined(WITHOUT_ADS)
+.if !defined(PACKAGE_BUILDING) && !defined(WITHOUT_ADS)
WANT_LDAP= yes
WANT_KRB5= yes
CONFIGURE_ARGS+= --with-ads