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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/sly-asdf') 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} -- cgit