diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-26 09:54:09 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-26 09:54:09 +0000 |
commit | f66d342f7099a996406e8fde026b7171a0dd1eeb (patch) | |
tree | f17a93b87419fdd3b6ac5b5541bfc053236d0888 /www | |
parent | 633f4862c89925c96b34ccece367fc9a95a3db4a (diff) | |
download | ports-f66d342f7099a996406e8fde026b7171a0dd1eeb.tar.gz ports-f66d342f7099a996406e8fde026b7171a0dd1eeb.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/squidguard/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 918702a6cc7e..aec593fe9f7d 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -19,9 +19,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid -BROKEN= USE_BDB was misdeclared as 3+, db4 fails FORBIDDEN= Lacks patches from http://www.squidguard.org/Downloads/Patches/1.4/ -USE_BDB= 40+ +USE_BDB= 41+ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-db-inc=${BDB_INCLUDE_DIR} \ --with-db-lib=${BDB_LIB_DIR} \ |