aboutsummaryrefslogtreecommitdiff
path: root/net/openldap12
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-20 20:33:42 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-20 20:33:42 +0000
commitf85e19d389e22814fec501c1c14b3f594a26f2c7 (patch)
tree9aec058b737432c769c7cb84a3aac24b64390a8a /net/openldap12
parenta785a1bb0a361f31396a6bf186536b93d56bdfdb (diff)
downloadports-f85e19d389e22814fec501c1c14b3f594a26f2c7.tar.gz
ports-f85e19d389e22814fec501c1c14b3f594a26f2c7.zip
Notes
Diffstat (limited to 'net/openldap12')
-rw-r--r--net/openldap12/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile
index aa4b894860d0..9a7cf89041ec 100644
--- a/net/openldap12/Makefile
+++ b/net/openldap12/Makefile
@@ -19,16 +19,16 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \
ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/
EXTRACT_SUFX= .tgz
-MAINTAINER= ulmo@earthling.net
+MAINTAINER= ulmo@earthling.net
.if defined(WITH_DB2)
-BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/
-CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \
- LDFLAGS=-L${PREFIX}/lib
+BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -D_THREAD_SAFE" \
+ LDFLAGS=-L${LOCALBASE}/lib
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns
+CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns
# Include tcp-wrapper support
.if exists(/usr/include/tcpd.h)