diff options
author | marcus <marcus@FreeBSD.org> | 2009-12-26 03:06:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-12-26 03:06:34 +0800 |
commit | d6abb7ba7aed27572cbe4b933dc66c49bd6c949b (patch) | |
tree | 33b1faad646abc79563ae3a1e7d7d72f161e5ba8 /mail | |
parent | 63e5d7633910125c03228fcf2e6366d7beac84f4 (diff) | |
download | freebsd-ports-gnome-d6abb7ba7aed27572cbe4b933dc66c49bd6c949b.tar.gz freebsd-ports-gnome-d6abb7ba7aed27572cbe4b933dc66c49bd6c949b.tar.zst freebsd-ports-gnome-d6abb7ba7aed27572cbe4b933dc66c49bd6c949b.zip |
Correct the gmime dependency.
Reported by: QAT
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 147bf446c696..8ef3f4bfcbe8 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -8,6 +8,7 @@ PORTNAME= balsa PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -18,7 +19,7 @@ COMMENT= A mail reader for the GNOME 2 desktop LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp \ - gmime-2.0.4:${PORTSDIR}/mail/gmime2 \ + gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ canberra-gtk.0:${PORTSDIR}/audio/libcanberra |