diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-10-13 23:23:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-10-13 23:23:26 +0000 |
commit | 3e28a635e7ad83dfa5d39b21d701643dab52cdc4 (patch) | |
tree | b881176d6ea264c779f9927ca696adb0176c057b /net/netatalk3 | |
parent | 820a2321591369183762a0401696890750e52b51 (diff) | |
download | ports-3e28a635e7ad83dfa5d39b21d701643dab52cdc4.tar.gz ports-3e28a635e7ad83dfa5d39b21d701643dab52cdc4.zip |
Notes
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 6a05476cebfe..0c7ccef40477 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -83,7 +83,7 @@ SUB_LIST+= ZEROCONF="" .endif .if defined (WITH_LDAP) -CONFIGURE_ARGS+= --with-ldap +CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_OPENLDAP= yes .else |