aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-12-05 21:29:01 +0800
committermnag <mnag@FreeBSD.org>2006-12-05 21:29:01 +0800
commitd2ae5cbf34e141c395c81da59f5d7f2d344ba265 (patch)
tree706b379e9c8d05fca20579d2421ef4fd1968a805 /www
parent6db75a1abd3c3c7ed90108a4c513b80af4002b35 (diff)
downloadfreebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.gz
freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.zst
freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.zip
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Diffstat (limited to 'www')
-rw-r--r--www/crawl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index d77d83d9aea4..3bd125a1e465 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -7,18 +7,18 @@
PORTNAME= crawl
PORTVERSION= 0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small, efficient web crawler with advanced features
-BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
-LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \
+ event-1.2a:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} --program-transform-name=''
+CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-transform-name=''
MAN1= crawl.1