diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-25 05:04:27 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-25 05:04:27 +0000 |
commit | c7489c49341c64722ef36c91fad28767908a319d (patch) | |
tree | 51eb8b32242f8168c71304c398385560e4f1fb20 /graphics/rx | |
parent | 2a538309d66d13a16c132132ee37420b47ff3a88 (diff) | |
download | ports-c7489c49341c64722ef36c91fad28767908a319d.tar.gz ports-c7489c49341c64722ef36c91fad28767908a319d.zip |
Notes
Diffstat (limited to 'graphics/rx')
-rw-r--r-- | graphics/rx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index 0eff168a1855..f4e59e8efd08 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -12,6 +12,9 @@ COMMENT= Modern and minimalist pixel editor implemented in rust LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= meowhash crate only supports x86_64 + USES= cargo xorg USE_GITHUB= yes GH_ACCOUNT= cloudhead |