aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2022-04-06 15:23:33 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2022-04-07 22:14:09 +0000
commitd50257d274ae0e4c62b5ff91c233a1956e0478cb (patch)
tree99ddf6984c1c5e0a957752ed715b6c1d787e3a76
parenteed9cf3ad2d2b6e53d38ade7bb94f56f24dad759 (diff)
downloadports-d50257d274ae0e4c62b5ff91c233a1956e0478cb.tar.gz
ports-d50257d274ae0e4c62b5ff91c233a1956e0478cb.zip
editors/psgml: Mark devel flavors broken
Sponsored by: The FreeBSD Foundation
-rw-r--r--editors/psgml/Makefile4
1 files changed, 4 insertions, 0 deletions
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