summaryrefslogtreecommitdiff
path: root/www/squidGuard
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-13 13:33:48 +0000
committerwiz <wiz@pkgsrc.org>2002-10-13 13:33:48 +0000
commit6690cff510249ea14beb94833c8a2ba870b63269 (patch)
treefdca7e9c884fb251dc479fd88621bb624de690da /www/squidGuard
parent2a4c96a2ed87f0e49ef25e7e018825b58485b406 (diff)
downloadpkgsrc-6690cff510249ea14beb94833c8a2ba870b63269.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'www/squidGuard')
-rw-r--r--www/squidGuard/Makefile9
1 files changed, 5 insertions, 4 deletions
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"