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-im | |
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-im')
-rw-r--r-- | net-im/rubygem-earthquake/Makefile | 2 | ||||
-rw-r--r-- | net-im/rubygem-hipchat/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-im/rubygem-earthquake/Makefile b/net-im/rubygem-earthquake/Makefile index 507bbdfeef63..a043a4dca629 100644 --- a/net-im/rubygem-earthquake/Makefile +++ b/net-im/rubygem-earthquake/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-slop>=3.4.0:${PORTSDIR}/devel/rubygem-slop \ rubygem-twitter-stream>=0:${PORTSDIR}/net/rubygem-twitter-stream +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/net-im/rubygem-hipchat/Makefile b/net-im/rubygem-hipchat/Makefile index 603ea07707f9..43b4fee502c6 100644 --- a/net-im/rubygem-hipchat/Makefile +++ b/net-im/rubygem-hipchat/Makefile @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty \ rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |