1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

The configure argument for activating LDAP support has changed.

PR:		55199
Submitted by:	jimd_NOSPAM@siu.edu
This commit is contained in:
Joe Marcus Clarke 2003-08-02 23:05:11 +00:00
parent 2766f02256
commit d1ff20af92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86203

View File

@ -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}" \