summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-13 13:33:48 +0000
committerwiz <wiz>2002-10-13 13:33:48 +0000
commit58107ccac79b267dcb4878e5bdf840e5b32311ab (patch)
treefdca7e9c884fb251dc479fd88621bb624de690da
parent98fdda7ef5c627e15f610a0ec6f9be98f1e80ae2 (diff)
downloadpkgsrc-58107ccac79b267dcb4878e5bdf840e5b32311ab.tar.gz
buildlink1 -> buildlink2.
-rw-r--r--inputmethod/ja-freewnn-server-bin/Makefile6
-rw-r--r--www/squidGuard/Makefile9
2 files changed, 9 insertions, 6 deletions
diff --git a/inputmethod/ja-freewnn-server-bin/Makefile b/inputmethod/ja-freewnn-server-bin/Makefile
index 28ca7e8b9bb..23e38d465be 100644
--- a/inputmethod/ja-freewnn-server-bin/Makefile
+++ b/inputmethod/ja-freewnn-server-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/12 09:44:15 agc Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/13 13:35:01 wiz Exp $
#
PKGNAME= ja-FreeWnn-server-bin-1.10
@@ -17,6 +17,8 @@ FILESDIR= ${.CURDIR}/../ja-freewnn-lib/files
DISTINFO_FILE= ${.CURDIR}/../ja-freewnn-lib/distinfo
PATCHDIR= ${.CURDIR}/../ja-freewnn-lib/patches
+USE_BUILDLINK2= yes
+
.include "../../mk/bsd.prefs.mk"
FREEWNN_USER?= wnn
@@ -27,5 +29,5 @@ PKG_GROUPS= ${FREEWNN_GROUP}
PKG_USERS= ${FREEWNN_USER}:${FREEWNN_GROUP}::Freewnn\\ user
.include "../../mk/bsd.pkg.install.mk"
-.include "../ja-freewnn-lib/buildlink.mk"
+.include "../ja-freewnn-lib/buildlink2.mk"
.include "../ja-freewnn-lib/Makefile.common"
diff --git a/www/squidGuard/Makefile b/www/squidGuard/Makefile
index c165fb30425..03238fd09ea 100644
--- a/www/squidGuard/Makefile
+++ b/www/squidGuard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/08/06 01:02:44 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/13 13:33:48 wiz Exp $
#
DISTNAME= squidGuard-1.2.0
@@ -12,12 +12,13 @@ HOMEPAGE= http://www.squidguard.org/
COMMENT= ultrafast and free filter, redirector and access controller for Squid
GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
-CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_DIR}/include/db3
-CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_DIR}/lib/db3
+CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3
+CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib/db3
CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR.squidguard}/squidguard/filter.conf
CONFIGURE_ARGS+= --with-sg-logdir=/var/squidguard/log
CONFIGURE_ARGS+= --with-sg-dbhome=/var/squidguard/db
-.include "../../databases/db3/buildlink.mk"
+.include "../../databases/db3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"