diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-21 15:52:06 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-21 15:52:06 +0000 |
commit | 6586565ec93dda61a1b2eabe4643d851139e8a35 (patch) | |
tree | 6ec6ad2ded7392acdc3b15bb1070b9629185e7ae /japanese | |
parent | a1f076b9c2353fe608806698f93340668b7f7505 (diff) | |
download | ports-6586565ec93dda61a1b2eabe4643d851139e8a35.tar.gz ports-6586565ec93dda61a1b2eabe4643d851139e8a35.zip |
Notes
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 348c05073f2f..db7911dd8bcc 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 |