diff options
author | ade <ade@FreeBSD.org> | 2002-08-23 03:13:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-23 03:13:46 +0800 |
commit | f023fd5b6b250a8bdfc37bd5e13409317ed74f28 (patch) | |
tree | c0988538bbc487214b31686fa1f5fde3fec62827 /dns | |
parent | 2b1c91666faa28abde2390dcc02e7049a34089db (diff) | |
download | freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.gz freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.zst freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.zip |
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 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 6831d168f180..b148818c5927 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -7,12 +7,13 @@ PORTNAME= fastresolve PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.pix.net/staff/djm/sw/dist/ MAINTAINER= verm@drunkmonk.net -LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 \ +LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ adns.1:${PORTSDIR}/net/adns USE_BZIP2= yes |