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 /misc | |
parent | 1483ed9220f02284b67b45b550e9fe0aedb4ef9b (diff) | |
download | freebsd-ports-gnome-8d312a4fb5a86bcafb6afe1588b75976c8022320.tar.gz freebsd-ports-gnome-8d312a4fb5a86bcafb6afe1588b75976c8022320.tar.zst freebsd-ports-gnome-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 'misc')
-rw-r--r-- | misc/rubygem-iesd/Makefile | 2 | ||||
-rw-r--r-- | misc/rubygem-mime-types1/Makefile | 2 | ||||
-rw-r--r-- | misc/rubygem-mimemagic/Makefile | 2 | ||||
-rw-r--r-- | misc/rubygem-vpim/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/misc/rubygem-iesd/Makefile b/misc/rubygem-iesd/Makefile index c13b755f0fec..dadfa6ddb33b 100644 --- a/misc/rubygem-iesd/Makefile +++ b/misc/rubygem-iesd/Makefile @@ -11,6 +11,8 @@ COMMENT= Modify Extensions, Kextcache and Packages on InstallESD LICENSE= BSD2CLAUSE +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/misc/rubygem-mime-types1/Makefile b/misc/rubygem-mime-types1/Makefile index 7104587a0166..a5ea97415de1 100644 --- a/misc/rubygem-mime-types1/Makefile +++ b/misc/rubygem-mime-types1/Makefile @@ -12,6 +12,8 @@ COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup LICENSE= ART20 GPLv2 GPLv3 MIT LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/misc/rubygem-mimemagic/Makefile b/misc/rubygem-mimemagic/Makefile index b4fb3ad8fec2..48fe60b64f56 100644 --- a/misc/rubygem-mimemagic/Makefile +++ b/misc/rubygem-mimemagic/Makefile @@ -11,6 +11,8 @@ COMMENT= Detects the mime type of a file by extension or by content LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/misc/rubygem-vpim/Makefile b/misc/rubygem-vpim/Makefile index df988555683c..62edd2fc583a 100644 --- a/misc/rubygem-vpim/Makefile +++ b/misc/rubygem-vpim/Makefile @@ -12,6 +12,8 @@ COMMENT= Pure Ruby library for decoding and encoding vCard and iCalendar data LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |