diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-02 23:05:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-02 23:05:11 +0000 |
commit | d1ff20af92a0e305103698a9787763f852ac78d6 (patch) | |
tree | 152f46f38b9cfc855df56f3ee8c81b3e2ff0eeaf /mail | |
parent | 2766f0225657f4d5a72938cdfb33bc8c6b9ee436 (diff) | |
download | ports-d1ff20af92a0e305103698a9787763f852ac78d6.tar.gz ports-d1ff20af92a0e305103698a9787763f852ac78d6.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 36d81e353a9e..835b2f81be48 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -7,6 +7,7 @@ PORTNAME= balsa2 PORTVERSION= 2.0.13 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -34,7 +35,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-threads \ --enable-gtkhtml \ - --enable-ldap \ + --with-ldap \ --disable-more-warnings \ --with-ssl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |