pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mailutils: allow specifying EMACS_TYPE.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sun Dec 11 12:30:14 2022 +0100
Changeset:	5c53354002644b0bf034a51d1d84318e22ffa4a9

Modified Files:
	mailutils/options.mk

Log Message:
mailutils: allow specifying EMACS_TYPE.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c53354002644b0bf034a51d1d84318e22ffa4a9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mailutils/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/mailutils/options.mk b/mailutils/options.mk
index 038ca6ae3b..866e601622 100644
--- a/mailutils/options.mk
+++ b/mailutils/options.mk
@@ -88,6 +88,7 @@ CONFIGURE_ARGS+=    --without-gsasl
 # EmacsLisp
 .if !empty(PKG_OPTIONS:Memacs)
 .include "../../editors/emacs/modules.mk"
+BUILDLINK_API_DEPENDS.emacs+=	${_EMACS_REQD}:${_EMACS_PKGDIR}
 CONFIGURE_ENV+=			ac_cv_prog_EMACS=${EMACS_BIN:Q}
 PKGSRC_MAKE_ENV+=		EMACS=${EMACS:Q}
 CONFIGURE_ARGS+=    		--with-lispdir=${EMACS_LISPPREFIX:Q}


Home | Main Index | Thread Index | Old Index