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 /misc | |
parent | aca133b7e364d3013a212f0029762c685dc50451 (diff) |
Notes
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 |