diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-11-21 22:47:14 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-11-21 22:47:14 +0000 |
commit | 13c5a064e445b4e639257e7eaf4861211f23623c (patch) | |
tree | f4d06f423b57e1582ab1021b314b182cad199d68 /mail/sylpheed | |
parent | 91c9a487dc4836506ce8f423590395dd7f6a9afb (diff) | |
download | ports-13c5a064e445b4e639257e7eaf4861211f23623c.tar.gz ports-13c5a064e445b4e639257e7eaf4861211f23623c.zip |
Notes
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index fc5ce39ed952..2c93f12e6298 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -68,10 +68,10 @@ LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else -CONFIGURE_ARGS+= --disable-jpilot +CONFIGURE_ARGS+=--disable-jpilot .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +USE_OPENLDAP= yes CONFIGURE_ARGS+=--enable-ldap .else CONFIGURE_ARGS+=--disable-ldap |