diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-03-15 03:46:36 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-03-15 03:46:36 +0800 |
commit | bee512dc618fc281c39369ebdbe09f792a7b0b05 (patch) | |
tree | ada45019bf546d485744701b96b2a680020a2874 /net | |
parent | 5336705bb79f86c8a8cbb460c85cf97dc9665c6b (diff) | |
download | freebsd-ports-graphics-bee512dc618fc281c39369ebdbe09f792a7b0b05.tar.gz freebsd-ports-graphics-bee512dc618fc281c39369ebdbe09f792a7b0b05.tar.zst freebsd-ports-graphics-bee512dc618fc281c39369ebdbe09f792a7b0b05.zip |
Fix typo in ldap's lib_depend
Allow cups to work with ldap
Submitted by: rolnas@takas.lt
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index b6991ca93f3..43235f60d19 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --with-ssl -ssl-inc=/usr/include/openssl --ssl-lib=/usr/lib .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 CONFIGURE_ARGS+=--with-ldapsam CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib @@ -61,7 +61,7 @@ WITH_CUPS= yes .endif .if defined(WITH_CUPS) -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib .endif |