summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2016-11-29 22:03:07 +0000
committerThierry Thomas <thierry@FreeBSD.org>2016-11-29 22:03:07 +0000
commit1b1e914d17607bb3d79c12646c2a5c382a60b749 (patch)
tree34c11f8b51594a24c39657a520fd46b7366e8325 /x11/rxvt-unicode/Makefile
parent- Update to 3.1 (diff)
Don't mark BROKEN on armv6, but disable the culprit option.
Reported by: linimon
Notes
Notes: svn path=/head/; revision=427400
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r--x11/rxvt-unicode/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index ae5e16efe443..bd04cb7d59c1 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -51,16 +51,15 @@ GDK_PIXBUF_DESC= Use gdk-pixbuf for background images
NOTIFY_DESC= Freedesktop startup notification support
256_COLOR_DESC= Support for 256 colors
-OPTIONS_DEFAULT=PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \
- NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \
- MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \
- 256_COLOR
+OPTIONS_DEFAULT= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \
+ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \
+ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \
+ 256_COLOR
+OPTIONS_EXCLUDE_armv6= IMLOCALE_FIX
PORTDOCS1= Changes README.FAQ README.configure
PORTDOCS= README.xvt ${PORTDOCS1}
-BROKEN_armv6= Fails to patch: Error code 1 during gentables
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMLOCALE_FIX}