diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-10 12:08:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-10 12:08:19 +0000 |
commit | 9d10f8dd708b888a883021e9a48904096329f05e (patch) | |
tree | ea4dee2747c61c33ec5e83845c4247221e9c040c /net/samba44/Makefile | |
parent | d9ef13df2e32dfa74541bd4ae2155a7c39d63595 (diff) | |
download | ports-9d10f8dd708b888a883021e9a48904096329f05e.tar.gz ports-9d10f8dd708b888a883021e9a48904096329f05e.zip |
Notes
Diffstat (limited to 'net/samba44/Makefile')
-rw-r--r-- | net/samba44/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/samba44/Makefile b/net/samba44/Makefile index 47598347097b..6618f9e429f2 100644 --- a/net/samba44/Makefile +++ b/net/samba44/Makefile @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}44 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -333,7 +333,6 @@ PLIST_SUB+= ADS="@comment " .if defined(SAMBA4_WANT_LDAP) USE_OPENLDAP= yes -WANT_OPENLDAP_SASL= yes CONFIGURE_ARGS+= --with-ldap PLIST_SUB+= LDAP="" .else |