diff options
author | nork <nork@FreeBSD.org> | 2004-03-21 23:52:06 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-03-21 23:52:06 +0800 |
commit | 8ee1254d3e6a7cba5fed640de3bd95d8ed3159a5 (patch) | |
tree | 8df1543abaea1c018a599eb47e82931d8fd5bb93 /japanese/samba | |
parent | 3aa3a389e91df86e62ac926e0f21ac9112569eb2 (diff) | |
download | freebsd-ports-graphics-8ee1254d3e6a7cba5fed640de3bd95d8ed3159a5.tar.gz freebsd-ports-graphics-8ee1254d3e6a7cba5fed640de3bd95d8ed3159a5.tar.zst freebsd-ports-graphics-8ee1254d3e6a7cba5fed640de3bd95d8ed3159a5.zip |
Utilize USE_OPENLDAP.
PR: ports/64537
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Diffstat (limited to 'japanese/samba')
-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 348c05073f2..db7911dd8bc 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 |