aboutsummaryrefslogtreecommitdiffstats
path: root/www/crawl
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2007-09-22 04:21:30 +0800
committermnag <mnag@FreeBSD.org>2007-09-22 04:21:30 +0800
commit551221bdb2c5639687740299767369580fbec455 (patch)
tree564aa4a91cdee2c78defe10aef42c7137091c464 /www/crawl
parent1d260cb923f762faf48b805f89e33e6896af76c8 (diff)
downloadfreebsd-ports-graphics-551221bdb2c5639687740299767369580fbec455.tar.gz
freebsd-ports-graphics-551221bdb2c5639687740299767369580fbec455.tar.zst
freebsd-ports-graphics-551221bdb2c5639687740299767369580fbec455.zip
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Diffstat (limited to 'www/crawl')
-rw-r--r--www/crawl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index 09f2023fb3a..b67009c18e8 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -7,14 +7,14 @@
PORTNAME= crawl
PORTVERSION= 0.4
-PORTREVISION= 4
+PORTREVISION= 5
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.3b:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent
USE_BDB= yes
GNU_CONFIGURE= yes