diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
commit | f936c151dd85044e407e6ef19c3eae4e27315247 (patch) | |
tree | 809e541af15b73734c43182b4f41107e2d9dd2b8 /mail | |
parent | aad1135c50c9522ca415b203d605d3cb6cc3c244 (diff) | |
download | freebsd-ports-gnome-f936c151dd85044e407e6ef19c3eae4e27315247.tar.gz freebsd-ports-gnome-f936c151dd85044e407e6ef19c3eae4e27315247.tar.zst freebsd-ports-gnome-f936c151dd85044e407e6ef19c3eae4e27315247.zip |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/cone/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index dce39b13226c..17ce1d738363 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -4,6 +4,7 @@ PORTNAME= balsa PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ @@ -13,8 +14,7 @@ COMMENT= Mail reader for the GNOME desktop BUILD_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring \ itstool:${PORTSDIR}/textproc/itstool \ yelp-tools>=0:${PORTSDIR}/textproc/yelp-tools -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \ - libpcre.so:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libesmtp.so:${PORTSDIR}/mail/libesmtp \ libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 0928161ea41a..9365150b397c 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -3,7 +3,7 @@ PORTNAME= cone PORTVERSION= 0.90 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ |