diff options
Diffstat (limited to 'www/crawl')
-rw-r--r-- | www/crawl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index b67009c18e8..3903af17658 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -7,14 +7,14 @@ PORTNAME= crawl PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= ports@FreeBSD.org COMMENT= A small, efficient web crawler with advanced features -LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent USE_BDB= yes GNU_CONFIGURE= yes |