diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-08 01:33:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-08 01:33:44 +0800 |
commit | 88d8908c26f9108e7534da696424161905da9a23 (patch) | |
tree | 32e6b373af808f46dbec1a7afde9d104ad73dbf8 /mail/balsa/Makefile | |
parent | eb87e4223d8bcc1f31ddd011542705ff0576e70e (diff) | |
download | freebsd-ports-gnome-88d8908c26f9108e7534da696424161905da9a23.tar.gz freebsd-ports-gnome-88d8908c26f9108e7534da696424161905da9a23.tar.zst freebsd-ports-gnome-88d8908c26f9108e7534da696424161905da9a23.zip |
Update to 1.3.3.
PR: 35584
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index bbc2ea360ca6..db053e5c5dea 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= balsa -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -15,10 +15,9 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ aspell.11:${PORTSDIR}/textproc/aspell \ - pcre.0:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp -RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell \ - ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp + pcre.0:${PORTSDIR}/devel/pcre \ + esmtp.5:${PORTSDIR}/mail/libesmtp +RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell USE_BZIP2= yes USE_X_PREFIX= yes |