From 10edcb317ddfd38b635df5ad2939c55514594b0d Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 2 Aug 2003 23:05:11 +0000 Subject: The configure argument for activating LDAP support has changed. PR: 55199 Submitted by: jimd_NOSPAM@siu.edu --- mail/balsa2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" \ -- cgit