diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-23 20:22:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-23 20:22:32 +0800 |
commit | 0b1d66f3a92b6cd6110519c165b3884f31a028c0 (patch) | |
tree | ff22b1fa2e429e94fa9dc43031479ffd40a09deb | |
parent | c3855ed17d6518e5a2de0878872925d10003e28f (diff) | |
download | freebsd-ports-gnome-0b1d66f3a92b6cd6110519c165b3884f31a028c0.tar.gz freebsd-ports-gnome-0b1d66f3a92b6cd6110519c165b3884f31a028c0.tar.zst freebsd-ports-gnome-0b1d66f3a92b6cd6110519c165b3884f31a028c0.zip |
- Add NO_ARCH
-rw-r--r-- | net/rubygem-omniauth-github/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-github/Makefile b/net/rubygem-omniauth-github/Makefile index bbc07eded7af..a634974897e5 100644 --- a/net/rubygem-omniauth-github/Makefile +++ b/net/rubygem-omniauth-github/Makefile @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |