diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:36:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:36:20 +0000 |
commit | bbc402e7d9a1174f69caa164687496171600f80a (patch) | |
tree | 9b934ed2ec76eeb108ad908378fb51f731a79cf6 /x11/xload | |
parent | 39a24721e87c28f81c8ed675d8b43c885f7baba1 (diff) | |
download | ports-bbc402e7d9a1174f69caa164687496171600f80a.tar.gz ports-bbc402e7d9a1174f69caa164687496171600f80a.zip |
Notes
Diffstat (limited to 'x11/xload')
-rw-r--r-- | x11/xload/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile index feaeae0b9d3c..661d88a608e3 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -12,4 +12,6 @@ LICENSE= MIT XORG_CAT= app USE_XORG= xt xaw +BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory) + .include <bsd.port.mk> |