diff options
author | nia <nia@pkgsrc.org> | 2020-11-29 19:52:26 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-29 19:52:26 +0000 |
commit | 585aff581fd94b6813d050df110c6de95b945321 (patch) | |
tree | c9f61a04587b65afa0d70f67d43e6e605e251497 /editors | |
parent | 858bc1d26ff9d783c5e29f6674dc7e148f513923 (diff) | |
download | pkgsrc-585aff581fd94b6813d050df110c6de95b945321.tar.gz |
xemacs-current: Fix PLIST with ldap enabled
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/PLIST | 3 | ||||
-rw-r--r-- | editors/xemacs-current/options.mk | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/editors/xemacs-current/PLIST b/editors/xemacs-current/PLIST index c128f106986..adc8e68d17d 100644 --- a/editors/xemacs-current/PLIST +++ b/editors/xemacs-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2020/09/24 11:51:48 hauke Exp $ +@comment $NetBSD: PLIST,v 1.26 2020/11/29 19:52:26 nia Exp $ bin/ellcc bin/gnuattach bin/gnuclient @@ -229,6 +229,7 @@ lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/mmencode lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.el lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.elc ${PLIST.canna}lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/canna_api.ell +${PLIST.ldap}lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/eldap.ell lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/movemail lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/profile lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/rcs2log diff --git a/editors/xemacs-current/options.mk b/editors/xemacs-current/options.mk index 869f65aeef1..f87ace2f379 100644 --- a/editors/xemacs-current/options.mk +++ b/editors/xemacs-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.18 2019/06/08 10:41:00 rillig Exp $ +# $NetBSD: options.mk,v 1.19 2020/11/29 19:52:26 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs PKG_SUPPORTED_OPTIONS+= ldap canna debug @@ -53,7 +53,9 @@ CONFIGURE_ARGS+= --with-site-libraries=${PREFIX}/lib CONFIGURE_ARGS+= --with-site-runtime-libraries=${PREFIX}/lib .endif +PLIST_VARS+= ldap .if !empty(PKG_OPTIONS:Mldap) +PLIST.ldap= yes CONFIGURE_ARGS+= --with-ldap . include "../../databases/openldap-client/buildlink3.mk" .else |