diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
commit | 76d6ac6122a05c3551580945d540f2f8e1e4c85a (patch) | |
tree | 1ac1f3067b29ba7cf054151113186d5959189940 /dns/fastresolve/Makefile | |
parent | 91f316e522763596bca3cb4343e77f9c2296c078 (diff) | |
download | ports-76d6ac6122a05c3551580945d540f2f8e1e4c85a.tar.gz ports-76d6ac6122a05c3551580945d540f2f8e1e4c85a.zip |
Notes
Diffstat (limited to 'dns/fastresolve/Makefile')
-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 |