diff options
author | swills <swills@FreeBSD.org> | 2019-03-19 07:33:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-03-19 07:33:47 +0800 |
commit | 25691a4738c46b824ce832e621966377fdfc52e1 (patch) | |
tree | 5d58f34bbc4f64f7167657bc44108ecaa0f26d28 /security | |
parent | 12c0c94aa9de26063f6f8ab575fdf5389d9881b2 (diff) | |
download | freebsd-ports-gnome-25691a4738c46b824ce832e621966377fdfc52e1.tar.gz freebsd-ports-gnome-25691a4738c46b824ce832e621966377fdfc52e1.tar.zst freebsd-ports-gnome-25691a4738c46b824ce832e621966377fdfc52e1.zip |
security/gopass: Mark not for amd64 only
PR: 236429
Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer, modified)
Diffstat (limited to 'security')
-rw-r--r-- | security/gopass/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 4a112ac32560..9dcd3f1cefaf 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -19,6 +19,9 @@ USES= go USE_GITHUB= yes GH_ACCOUNT= gopasspw +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 + GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/gopass \ |