aboutsummaryrefslogtreecommitdiff
path: root/editors/apel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-06-09 21:09:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-06-09 21:09:17 +0000
commitd1dc99fe611c411eb5100d0886ae9e34d7244984 (patch)
treeb880c45656705e4fa00adf5e14c9cf78d3edcb02 /editors/apel
parent0867c5316e1cb6784e8a201e3db8646c382e2192 (diff)
downloadports-d1dc99fe611c411eb5100d0886ae9e34d7244984.tar.gz
ports-d1dc99fe611c411eb5100d0886ae9e34d7244984.zip
Mark devel_full and devel_nox flavors BROKEN
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=538344
Diffstat (limited to 'editors/apel')
-rw-r--r--editors/apel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index fa28953a6e84..3af2b72c1137 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -12,6 +12,10 @@ COMMENT= Portable Emacs Library
LICENSE= GPLv2
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN= pces-e20.el:27:1: Error: Wrong type argument: stringp
+.endif
+
USES= emacs
USE_GITHUB= yes
GH_ACCOUNT= wanderlust