diff options
author | ade <ade@FreeBSD.org> | 2002-08-23 03:13:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-23 03:13:46 +0800 |
commit | f023fd5b6b250a8bdfc37bd5e13409317ed74f28 (patch) | |
tree | c0988538bbc487214b31686fa1f5fde3fec62827 /www/squidguard | |
parent | 2b1c91666faa28abde2390dcc02e7049a34089db (diff) | |
download | freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.gz freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.zst freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.zip |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
Diffstat (limited to 'www/squidguard')
-rw-r--r-- | www/squidguard/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 1cbee205d513..18902f084b62 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -7,6 +7,7 @@ PORTNAME= squidGuard PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ @@ -14,12 +15,12 @@ MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ MAINTAINER= ports@tyfon.net -BUILD_DEPENDS= ${LOCALBASE}/lib/libdb3.so.2:${PORTSDIR}/databases/db3 +LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-db-inc=${PREFIX}/include/db3 \ - --with-db-lib=${PREFIX}/lib \ +CONFIGURE_ARGS= --with-db-inc=${LOCALBASE}/include/db3 \ + --with-db-lib=${LOCALBASE}/lib \ --with-sg-config=${PREFIX}/etc/squid/${PORTNAME}.conf \ --with-sg-dbhome=${DATADIR} \ --with-sg-logdir=${LOGDIR} |