summaryrefslogtreecommitdiff
path: root/www/squidGuard
diff options
context:
space:
mode:
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"