diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-03-18 23:33:47 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-03-18 23:33:47 +0000 |
commit | 2fc831cd68201811603ca52e24c8c34c0805e70a (patch) | |
tree | 5d58f34bbc4f64f7167657bc44108ecaa0f26d28 /security/gopass/Makefile | |
parent | New port: ftp/proftpd-mod_vroot (diff) |
security/gopass: Mark not for amd64 only
PR: 236429
Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer, modified)
Notes
Notes:
svn path=/head/; revision=496225
Diffstat (limited to 'security/gopass/Makefile')
-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 \ |