git: d50257d274ae - main - editors/psgml: Mark devel flavors broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 22:14:39 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d50257d274ae0e4c62b5ff91c233a1956e0478cb commit d50257d274ae0e4c62b5ff91c233a1956e0478cb Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2022-04-06 15:23:33 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2022-04-07 22:14:09 +0000 editors/psgml: Mark devel flavors broken Sponsored by: The FreeBSD Foundation --- editors/psgml/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index df9c8401f076..03b909930a12 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -16,6 +16,10 @@ COMMENT= Major mode for editing SGML and XML documents for Emacs LICENSE= GPLv2 +.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox +BROKEN= fails to build +.endif + USES= emacs GNU_CONFIGURE= YES