summaryrefslogtreecommitdiff
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
parent8b8e3bced0b4aa26986958e1e0f3904ad36d9b87 (diff)
downloadpkgsrc-c2094fc624cfa23aee47b91c3b7f69b62077b295.tar.gz
buildlink1 -> buildlink2.
-rw-r--r--databases/openldap1/Makefile8
-rw-r--r--www/web500gw/Makefile9
2 files changed, 9 insertions, 8 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
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile
index 3e4c47b5bae..9475832284a 100644
--- a/www/web500gw/Makefile
+++ b/www/web500gw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/06/24 18:38:36 kent Exp $
+# $NetBSD: Makefile,v 1.10 2002/10/09 12:27:37 wiz Exp $
DISTNAME= web500gw-2.1b3
PKGREVISION= 1
@@ -9,7 +9,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.tu-chemnitz.de/~fri/web500gw/
COMMENT= WWW to ldap gateway
-#DEPENDS+= openldap-1.2.*:../../databases/openldap1
-.include "../../databases/openldap1/buildlink.mk"
-#.include "../../databases/openldap/buildlink.mk"
+USE_BUILDLINK2= YES
+
+.include "../../databases/openldap1/buildlink2.mk"
+#.include "../../databases/openldap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"