diff options
author | mandree <mandree@FreeBSD.org> | 2011-05-26 17:54:09 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-05-26 17:54:09 +0800 |
commit | 52ab754e0375db22e02113eb793f38735be36659 (patch) | |
tree | a9502f27a956f91248a90c6ddd91ddefb93fa3f5 /www/squidguard | |
parent | a5ad7a004a2bf51c2a5b786e506848e20ec96fec (diff) | |
download | freebsd-ports-gnome-52ab754e0375db22e02113eb793f38735be36659.tar.gz freebsd-ports-gnome-52ab754e0375db22e02113eb793f38735be36659.tar.zst freebsd-ports-gnome-52ab754e0375db22e02113eb793f38735be36659.zip |
DB4.1 is alright, bump USE_BDB, remove BROKEN.
Diffstat (limited to 'www/squidguard')
-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} \ |