diff options
author | ade <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
commit | f023fd5b6b250a8bdfc37bd5e13409317ed74f28 (patch) | |
tree | c0988538bbc487214b31686fa1f5fde3fec62827 /www/crawl/Makefile | |
parent | 2b1c91666faa28abde2390dcc02e7049a34089db (diff) | |
download | FreeBSD-ports-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.zip FreeBSD-ports-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.gz |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
Diffstat (limited to 'www/crawl/Makefile')
-rw-r--r-- | www/crawl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 861da0a..2a7083f 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -7,6 +7,7 @@ PORTNAME= crawl PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ @@ -14,7 +15,7 @@ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww \ - db3.2:${PORTSDIR}/databases/db3 + db3.3:${PORTSDIR}/databases/db3 WRKSRC= ${WRKDIR}/${PORTNAME} |