aboutsummaryrefslogtreecommitdiff
path: root/editors
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
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')
-rw-r--r--editors/sly-asdf/Makefile2
-rw-r--r--editors/sly-named-readtables/Makefile2
-rw-r--r--editors/sly-quicklisp/Makefile2
3 files changed, 3 insertions, 3 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}
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}