diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-29 06:50:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-29 06:50:44 +0800 |
commit | 1d75ecda20c650391a08918830c25c3ec6019cb2 (patch) | |
tree | 8bc910359be5bafdac8cab95373c0e1d97da54f7 /mail/cone | |
parent | 16b79d886caa4369a268695b00c690bc3ee2a9db (diff) | |
download | freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.gz freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.zst freebsd-ports-gnome-1d75ecda20c650391a08918830c25c3ec6019cb2.zip |
Chase libaspell to aspell.16.
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index bf0c0a3ecfd3..0f4ae3957a69 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -7,6 +7,7 @@ PORTNAME= cone PORTVERSION= 0.60 +PORTREVISION= 1 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ @@ -18,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Console based mail client with POP3/IMAP/SMAP support LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - aspell.15:${PORTSDIR}/textproc/aspell \ + aspell.16:${PORTSDIR}/textproc/aspell \ fam.0:${PORTSDIR}/devel/fam BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} |