aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/crawl/Makefile8
-rw-r--r--www/crawl/distinfo2
2 files changed, 7 insertions, 3 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index 8df88c35b2c7..861da0aed6a8 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= crawl
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= www
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
-LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww
+LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww \
+ db3.2:${PORTSDIR}/databases/db3
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -23,4 +24,7 @@ CONFIGURE_ENV= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -lmd5"
MAN1= crawl.1
+post-patch:
+ @${PERL} -pi -e 's,-ldb,-ldb3,g' ${WRKSRC}/configure.in
+
.include <bsd.port.mk>
diff --git a/www/crawl/distinfo b/www/crawl/distinfo
index a8af21231737..eb9856eabbcc 100644
--- a/www/crawl/distinfo
+++ b/www/crawl/distinfo
@@ -1 +1 @@
-MD5 (crawl-0.2.tar.gz) = 539f31ecdf38b76d5bc9b17312d7e995
+MD5 (crawl-0.3.tar.gz) = 5281f076276f65b62bfb0e994c1bbb81