diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-07-03 00:01:06 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-07-03 00:01:06 +0800 |
commit | 8d312a4fb5a86bcafb6afe1588b75976c8022320 (patch) | |
tree | 4551a3f999116d7a3ec6658a240ad0c15258972f /audio | |
parent | 1483ed9220f02284b67b45b550e9fe0aedb4ef9b (diff) | |
download | freebsd-ports-graphics-8d312a4fb5a86bcafb6afe1588b75976c8022320.tar.gz freebsd-ports-graphics-8d312a4fb5a86bcafb6afe1588b75976c8022320.tar.zst freebsd-ports-graphics-8d312a4fb5a86bcafb6afe1588b75976c8022320.zip |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rubygem-librmpd/Makefile | 2 | ||||
-rw-r--r-- | audio/rubygem-ruby-mp3info/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/rubygem-librmpd/Makefile b/audio/rubygem-librmpd/Makefile index 56c77ed5347..2c362790430 100644 --- a/audio/rubygem-librmpd/Makefile +++ b/audio/rubygem-librmpd/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= vg@FreeBSD.org COMMENT= Is a simple yet powerful Music Player Daemon library +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile index 1f366a54f9b..f5b50902334 100644 --- a/audio/rubygem-ruby-mp3info/Makefile +++ b/audio/rubygem-ruby-mp3info/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= tha_walka@hotmail.com COMMENT= Ruby library to access information on mp3 files +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |