diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-02 17:45:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-02 17:45:50 +0000 |
commit | fcc4359a5c0640ff72ee2da1fd8fa837c7ad632a (patch) | |
tree | dd23a34d4fd2cefa7b75771119a63dad6c0c148d /mail | |
parent | e749eac3208d12912b9f0ce996f9d74a1e38e197 (diff) | |
download | ports-fcc4359a5c0640ff72ee2da1fd8fa837c7ad632a.tar.gz ports-fcc4359a5c0640ff72ee2da1fd8fa837c7ad632a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 715ffcba618c..e6465332f1cb 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -7,7 +7,7 @@ PORTNAME= balsa PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ - aspell.11:${PORTSDIR}/textproc/aspell \ + aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 01432c46b4c3..e1c4fad78ee2 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -7,7 +7,7 @@ PORTNAME= balsa2 PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ - aspell.11:${PORTSDIR}/textproc/aspell \ + aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp \ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ |