From 1af7f319ff56779ec49fc58e9dea746d62804ff2 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 19 Mar 2021 03:38:11 +0000 Subject: editors/sly-*: Fix build for editors/sly with flavors PR: 254383 Submitted by: Olivier Certner (maintainer) --- editors/sly-asdf/Makefile | 2 +- editors/sly-named-readtables/Makefile | 2 +- editors/sly-quicklisp/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/sly-asdf/Makefile b/editors/sly-asdf/Makefile index c4238e21e897..6ab425f83db8 100644 --- a/editors/sly-asdf/Makefile +++ b/editors/sly-asdf/Makefile @@ -10,7 +10,7 @@ COMMENT= SLY support for ASDF LICENSE= GPLv3 -MY_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/sly/sly.el:editors/sly +MY_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/sly/sly.el:editors/sly@${EMACS_FLAVOR} BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} diff --git a/editors/sly-named-readtables/Makefile b/editors/sly-named-readtables/Makefile index 2f20abdc0015..988f05268d3e 100644 --- a/editors/sly-named-readtables/Makefile +++ b/editors/sly-named-readtables/Makefile @@ -10,7 +10,7 @@ COMMENT= Support different readtables in the same file for SLY LICENSE= PD -MY_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/sly/sly.el:editors/sly +MY_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/sly/sly.el:editors/sly@${EMACS_FLAVOR} BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} diff --git a/editors/sly-quicklisp/Makefile b/editors/sly-quicklisp/Makefile index c8f7eae01568..0e35f12b8892 100644 --- a/editors/sly-quicklisp/Makefile +++ b/editors/sly-quicklisp/Makefile @@ -10,7 +10,7 @@ COMMENT= Basic Quicklisp support for SLY LICENSE= PD -MY_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/sly/sly.el:editors/sly +MY_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/sly/sly.el:editors/sly@${EMACS_FLAVOR} BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} -- cgit v1.2.3