diff options
author | nork <nork@FreeBSD.org> | 2004-03-21 15:52:06 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-03-21 15:52:06 +0000 |
commit | 8ee1254d3e6a7cba5fed640de3bd95d8ed3159a5 (patch) | |
tree | 8df1543abaea1c018a599eb47e82931d8fd5bb93 /japanese | |
parent | 3aa3a389e91df86e62ac926e0f21ac9112569eb2 (diff) | |
download | FreeBSD-ports-8ee1254d3e6a7cba5fed640de3bd95d8ed3159a5.zip FreeBSD-ports-8ee1254d3e6a7cba5fed640de3bd95d8ed3159a5.tar.gz |
Utilize USE_OPENLDAP.
PR: ports/64537
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile index 348c050..db7911d 100644 --- a/japanese/samba/Makefile +++ b/japanese/samba/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION= ${SAMBA_VERSION}.j${SAMBA_JA_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese net MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/SAMBA/samba-jp/%SUBDIR%/ \ @@ -107,7 +107,7 @@ CONFIGURE_ARGS+= --with-msdfs .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldapsam CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib |