diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-28 04:33:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-28 04:33:51 +0000 |
commit | 8c5dce9aef5a7ea303fddd378054754faf3e0ded (patch) | |
tree | 0594b74f1c196c77f24389495ccdec16015d282e /mail/balsa2/Makefile | |
parent | 6e05d97629c8876dfe7b102ca3c4232f342f1cde (diff) |
* Update to 2.0.14
* Use USE_OPENLDAP
Notes
Notes:
svn path=/head/; revision=87826
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r-- | mail/balsa2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index ed6b008f8fff..585d635e50af 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= balsa2 -PORTVERSION= 2.0.13 -PORTREVISION= 1 +PORTVERSION= 2.0.14 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -17,8 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A mail reader for the GNOME 2 desktop BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client \ - aspell.15:${PORTSDIR}/textproc/aspell \ +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp \ gdbm.3:${PORTSDIR}/databases/gdbm \ @@ -31,6 +29,7 @@ USE_PERL5= yes USE_REINPLACE= yes USE_OPENSSL= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml +USE_OPENLDAP= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-threads \ |