summaryrefslogtreecommitdiff
path: root/databases/openldap1/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 12:27:37 +0000
committerwiz <wiz>2002-10-09 12:27:37 +0000
commitc2094fc624cfa23aee47b91c3b7f69b62077b295 (patch)
tree5957f9252313d865390ca0b5bf3444a65dc12ed4 /databases/openldap1/Makefile
parent8b8e3bced0b4aa26986958e1e0f3904ad36d9b87 (diff)
downloadpkgsrc-c2094fc624cfa23aee47b91c3b7f69b62077b295.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'databases/openldap1/Makefile')
-rw-r--r--databases/openldap1/Makefile8
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