diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 12:27:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 12:27:37 +0000 |
commit | 0c22b4bc5fa230e6903d9a3f8167336834dcbc07 (patch) | |
tree | 5957f9252313d865390ca0b5bf3444a65dc12ed4 /databases/openldap1/Makefile | |
parent | 96d45977017e75d731053753b16e1ba45b989beb (diff) | |
download | pkgsrc-0c22b4bc5fa230e6903d9a3f8167336834dcbc07.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'databases/openldap1/Makefile')
-rw-r--r-- | databases/openldap1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/openldap1/Makefile b/databases/openldap1/Makefile index 73f86a6e91e..aa8b0d65f3c 100644 --- a/databases/openldap1/Makefile +++ b/databases/openldap1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/09/23 17:34:38 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/09 12:28:16 wiz Exp $ # DISTNAME= openldap-1.2.13 @@ -16,7 +16,7 @@ COMMENT= Lightweight directory access protocol server and client package CONFLICTS+= ldapsdk-[0-9]* -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/build/ltconfig @@ -34,8 +34,8 @@ CONFIGURE_ARGS+= --enable-wrappers .endif .if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" -.include "../../databases/db/buildlink.mk" -CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2 +.include "../../databases/db/buildlink2.mk" +CPPFLAGS+= -I${BUILDLINK_PREFIX.db}/include/db2 LIBS= -ldb2 -lpthread -lrt .endif |