aboutsummaryrefslogtreecommitdiff
path: root/editors/sly-asdf
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-03-19 03:38:11 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-03-19 03:38:11 +0000
commit1af7f319ff56779ec49fc58e9dea746d62804ff2 (patch)
tree516539931ec97cecffee904f128a002e4c4a4b17 /editors/sly-asdf
parent4c46219141a8c1a121bf792c0431fcd9ccd3b726 (diff)
downloadports-1af7f319ff56779ec49fc58e9dea746d62804ff2.tar.gz
ports-1af7f319ff56779ec49fc58e9dea746d62804ff2.zip
editors/sly-*: Fix build for editors/sly with flavors
PR: 254383 Submitted by: Olivier Certner <olivier.freebsd@free.fr> (maintainer)
Notes
Notes: svn path=/head/; revision=568771
Diffstat (limited to 'editors/sly-asdf')
-rw-r--r--editors/sly-asdf/Makefile2
1 files changed, 1 insertions, 1 deletions
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}