summaryrefslogtreecommitdiff
path: root/www/squidGuard
diff options
context:
space:
mode:
authorsnj <snj>2004-04-27 04:59:42 +0000
committersnj <snj>2004-04-27 04:59:42 +0000
commited5e12e656bacee6464cd8e94f05c013fc66fdf9 (patch)
treec6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/squidGuard
parentcc712e2d16940f0df53326f5496fd3079e062634 (diff)
downloadpkgsrc-ed5e12e656bacee6464cd8e94f05c013fc66fdf9.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/squidGuard')
-rw-r--r--www/squidGuard/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squidGuard/Makefile b/www/squidGuard/Makefile
index 97504fc06d1..9861bc807a2 100644
--- a/www/squidGuard/Makefile
+++ b/www/squidGuard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/10/19 10:22:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/27 05:44:23 snj Exp $
#
DISTNAME= squidGuard-1.2.0
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.squidguard.org/
COMMENT= Ultrafast and free filter, redirector and access controller for Squid
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3
CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib/db3
@@ -20,5 +20,5 @@ CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR}/squidguard/filter.conf
CONFIGURE_ARGS+= --with-sg-logdir=/var/squidguard/log
CONFIGURE_ARGS+= --with-sg-dbhome=/var/squidguard/db
-.include "../../databases/db3/buildlink2.mk"
+.include "../../databases/db3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"