diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2017-02-08 15:08:25 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2017-02-08 15:08:25 +0800 |
commit | 39324c127c7b2461bbbbbb06c5dd94442e997b46 (patch) | |
tree | b49fda42f3e07e501c6dd5144f242118060c1b9d /emulators/riscv-fesvr | |
parent | 5eef2c635878de4d1d26333f0ed6a05c291cfaa4 (diff) | |
download | freebsd-ports-gnome-39324c127c7b2461bbbbbb06c5dd94442e997b46.tar.gz freebsd-ports-gnome-39324c127c7b2461bbbbbb06c5dd94442e997b46.tar.zst freebsd-ports-gnome-39324c127c7b2461bbbbbb06c5dd94442e997b46.zip |
- Makr only for amd64
Diffstat (limited to 'emulators/riscv-fesvr')
-rw-r--r-- | emulators/riscv-fesvr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/riscv-fesvr/Makefile b/emulators/riscv-fesvr/Makefile index 4dfefb6081f9..8e907a4b00db 100644 --- a/emulators/riscv-fesvr/Makefile +++ b/emulators/riscv-fesvr/Makefile @@ -10,6 +10,8 @@ COMMENT= RISC-V Frontend Server LICENSE= BSD3CLAUSE +ONLY_FOR_ARCHS= amd64 + GH_ACCOUNT= freebsd-riscv GH_TAGNAME= 10a0333 |