git: 6bdec1b29902 - main - textproc/muse: Ensure that EMACS_DEFAULT is considered for default FLAVOR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 05:23:02 UTC
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bdec1b29902636911e08bc5cfca6ecd77d67291 commit 6bdec1b29902636911e08bc5cfca6ecd77d67291 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2021-11-24 02:02:35 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2021-11-24 05:22:58 +0000 textproc/muse: Ensure that EMACS_DEFAULT is considered for default FLAVOR --- textproc/muse/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile index 8b9bb4c7174d..4389ae789a55 100644 --- a/textproc/muse/Makefile +++ b/textproc/muse/Makefile @@ -23,6 +23,8 @@ PORTDOCS= AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 NEWS \ OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> + .if ${FLAVOR:Ufull:Mfull} PKGNAMESUFFIX= -emacs .endif