From 04269f7bb3cb510494198a94f57b1c9e8f8bb415 Mon Sep 17 00:00:00 2001 From: mharo Date: Thu, 20 Apr 2000 20:33:42 +0000 Subject: PREFIX -> LOCALBASE --- net/openldap2/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/openldap2') diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile index aa4b894..9a7cf89 100644 --- a/net/openldap2/Makefile +++ b/net/openldap2/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) -- cgit v1.1