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 /mail/isync/Makefile | |
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 'mail/isync/Makefile')
-rw-r--r-- | mail/isync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 2af0094aaa44..ffb6ebd684de 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -6,10 +6,11 @@ PORTNAME= isync PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.cs.hmc.edu/~me/isync/ -LIB_DEPENDS= db3:${PORTSDIR}/databases/db3 +LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 MAINTAINER= eivind@FreeBSD.org |