aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2015-07-27 14:23:27 +0800
committerrm <rm@FreeBSD.org>2015-07-27 14:23:27 +0800
commit4c4163d88c1a0e8ef69fc845a46642608881561b (patch)
tree41099084740a985053cba475a6181ab755c4d354 /net
parent10e9685013d4e504e4fcd136de158164bc04d3ee (diff)
downloadfreebsd-ports-gnome-4c4163d88c1a0e8ef69fc845a46642608881561b.tar.gz
freebsd-ports-gnome-4c4163d88c1a0e8ef69fc845a46642608881561b.tar.zst
freebsd-ports-gnome-4c4163d88c1a0e8ef69fc845a46642608881561b.zip
net/py-ldap: fix build with alternate LOCALBASE
Not bumping PORTREVISION because default builds are not affected. PR: 201882 Submitted by: jhujhiti@adjectivism.org
Diffstat (limited to 'net')
-rw-r--r--net/py-ldap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile
index 753464b3a3ce..a12ea9dbb0b9 100644
--- a/net/py-ldap/Makefile
+++ b/net/py-ldap/Makefile
@@ -22,7 +22,8 @@ WANT_OPENLDAP_VER= 24
REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
-e 's,/opt/openldap-RE24/include,${LOCALBASE}/include,' \
- -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,'
+ -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' \
+ -e 's,/usr/local,${LOCALBASE},'
OPTIONS_DEFINE= SASL