diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-02 16:01:06 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-02 16:01:06 +0000 |
commit | 4e3d011569769e6a06e4bccf75fd126154afc154 (patch) | |
tree | 4551a3f999116d7a3ec6658a240ad0c15258972f /net/rubygem-twitter4r/Makefile | |
parent | aca133b7e364d3013a212f0029762c685dc50451 (diff) |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
Notes
Notes:
svn path=/head/; revision=391169
Diffstat (limited to 'net/rubygem-twitter4r/Makefile')
-rw-r--r-- | net/rubygem-twitter4r/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rubygem-twitter4r/Makefile b/net/rubygem-twitter4r/Makefile index eb1f9229ce9c..40d67ae79ea7 100644 --- a/net/rubygem-twitter4r/Makefile +++ b/net/rubygem-twitter4r/Makefile @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-json>=1.1.1:${PORTSDIR}/devel/rubygem-json \ rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |