aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-06-26 22:20:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-06-26 22:20:20 +0000
commit2fc969b4b7bd15ef73a921ca48100d2b9be7fd9f (patch)
tree1f3e152747f74c2ed9e429752b53dd9fd088850c /x11-wm
parent7b0eb1e787542a414115fa4b85b4407b971ca2c3 (diff)
downloadports-2fc969b4b7bd15ef73a921ca48100d2b9be7fd9f.tar.gz
ports-2fc969b4b7bd15ef73a921ca48100d2b9be7fd9f.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/blackbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile
index d0ee5ab0e037..1801fddccb96 100644
--- a/x11-wm/blackbox/Makefile
+++ b/x11-wm/blackbox/Makefile
@@ -24,7 +24,7 @@ TOOLS_ONLY_DESC= Do not install window manager, only tools
.include <bsd.port.options.mk>
-.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
+.if ${ARCH} == "armv6"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_Toolbar.cc
.endif