diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-06 20:01:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-06 20:01:24 +0800 |
commit | 3dd1b5ec70bad16696100a3e6b4ed4b40894cf11 (patch) | |
tree | 55b3729cb0701b671b632754a180c17f934a335b /mail/evolution/Makefile | |
parent | 55f95b26c96153c6dabbec28ac74b341de0fee16 (diff) | |
download | freebsd-ports-graphics-3dd1b5ec70bad16696100a3e6b4ed4b40894cf11.tar.gz freebsd-ports-graphics-3dd1b5ec70bad16696100a3e6b4ed4b40894cf11.tar.zst freebsd-ports-graphics-3dd1b5ec70bad16696100a3e6b4ed4b40894cf11.zip |
Disable run-time checks for the libdb version. This should fix problems with
addressbook. Bump PORTREVISION.
PR: 32541
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index b75a1ff7f65..bd1e55fa867 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution |