diff options
author | jkim <jkim@FreeBSD.org> | 2013-03-12 02:16:26 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-03-12 02:16:26 +0800 |
commit | a641d0ac8c656d1cb3cab9e546fa307ac1f87b6b (patch) | |
tree | ec07310b65c174c0d6cf9250c0098baa3f04e5cf /editors | |
parent | c2731dc00b5e9ac67fa077b4f53199e6e3d214ff (diff) | |
download | freebsd-ports-gnome-a641d0ac8c656d1cb3cab9e546fa307ac1f87b6b.tar.gz freebsd-ports-gnome-a641d0ac8c656d1cb3cab9e546fa307ac1f87b6b.tar.zst freebsd-ports-gnome-a641d0ac8c656d1cb3cab9e546fa307ac1f87b6b.zip |
Fix OpenLDAP dependency.
PR: ports/176776
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 2ff174f0579d..889997d5ecd2 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -37,7 +37,6 @@ LIB_DEPENDS= icutu:${PORTSDIR}/devel/icu \ poppler:${PORTSDIR}/graphics/poppler \ lpsolve55:${PORTSDIR}/math/lp_solve \ cmis-0.3:${PORTSDIR}/net/libcmis \ - ldap-2.4:${PORTSDIR}/net/openldap24-client \ mspub-0.0:${PORTSDIR}/print/libmspub \ nss3.1:${PORTSDIR}/security/nss \ clucene-core:${PORTSDIR}/textproc/clucene \ @@ -65,6 +64,7 @@ MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= autoconf aclocal USE_GL= gl glu USE_GMAKE= yes +USE_OPENLDAP= yes USE_PERL5_BUILD= yes USE_PKGCONFIG= build USE_PYTHON= yes |