diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
commit | 76d6ac6122a05c3551580945d540f2f8e1e4c85a (patch) | |
tree | 1ac1f3067b29ba7cf054151113186d5959189940 /www | |
parent | 91f316e522763596bca3cb4343e77f9c2296c078 (diff) | |
download | ports-76d6ac6122a05c3551580945d540f2f8e1e4c85a.tar.gz ports-76d6ac6122a05c3551580945d540f2f8e1e4c85a.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/crawl/Makefile | 3 | ||||
-rw-r--r-- | www/squidguard/Makefile | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 861da0aed6a8..2a7083f6a367 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -7,6 +7,7 @@ PORTNAME= crawl PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ @@ -14,7 +15,7 @@ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww \ - db3.2:${PORTSDIR}/databases/db3 + db3.3:${PORTSDIR}/databases/db3 WRKSRC= ${WRKDIR}/${PORTNAME} 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} |