aboutsummaryrefslogtreecommitdiff
path: root/www/crawl
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-04 00:39:19 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-04 00:39:19 +0000
commit72eed5a8c55d9a5db7fc5a7893b91da5a7c26a96 (patch)
treee608ccc1b1227dbec4c9e5e482642a7cdcbfb29e /www/crawl
parentf8e8be0b4afa02e2ff857aa66d6c2b7e87dfdc04 (diff)
downloadports-72eed5a8c55d9a5db7fc5a7893b91da5a7c26a96.tar.gz
ports-72eed5a8c55d9a5db7fc5a7893b91da5a7c26a96.zip
Notes
Diffstat (limited to 'www/crawl')
-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