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 /print | |
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 'print')
-rw-r--r-- | print/rubygem-afm/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-color-tools/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-color/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-pdf-core/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-pdf-reader/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-pdf-writer/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-core/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-flexible-table/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-format/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-graph/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-js/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-layout/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn-security/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-prawn/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-ttfunk/Makefile | 2 |
15 files changed, 30 insertions, 0 deletions
diff --git a/print/rubygem-afm/Makefile b/print/rubygem-afm/Makefile index 766cfa620a23..2b3f9ca7e5b2 100644 --- a/print/rubygem-afm/Makefile +++ b/print/rubygem-afm/Makefile @@ -11,6 +11,8 @@ COMMENT= Read AFM files and use the data conveniently LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-color-tools/Makefile b/print/rubygem-color-tools/Makefile index bacf505e2c27..32b16c82ee41 100644 --- a/print/rubygem-color-tools/Makefile +++ b/print/rubygem-color-tools/Makefile @@ -10,6 +10,8 @@ COMMENT= Provides colour space definition and manipulation LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-color/Makefile b/print/rubygem-color/Makefile index a30263ba2bb1..ce54f73994ad 100644 --- a/print/rubygem-color/Makefile +++ b/print/rubygem-color/Makefile @@ -10,6 +10,8 @@ COMMENT= Provides colour space definition and manipulation LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile index c7c356e9f966..5a4315bff331 100644 --- a/print/rubygem-pdf-core/Makefile +++ b/print/rubygem-pdf-core/Makefile @@ -12,6 +12,8 @@ COMMENT= Ruby library to render PDF documents LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-pdf-reader/Makefile b/print/rubygem-pdf-reader/Makefile index bc198ddff15c..bffecf2eb604 100644 --- a/print/rubygem-pdf-reader/Makefile +++ b/print/rubygem-pdf-reader/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= rubygem-afm>=0.2.0:${PORTSDIR}/print/rubygem-afm \ rubygem-ruby-rc4>=0:${PORTSDIR}/security/rubygem-ruby-rc4 \ rubygem-ttfunk>=0:${PORTSDIR}/print/rubygem-ttfunk +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-pdf-writer/Makefile b/print/rubygem-pdf-writer/Makefile index 7a93d656682a..977f466ec01e 100644 --- a/print/rubygem-pdf-writer/Makefile +++ b/print/rubygem-pdf-writer/Makefile @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \ rubygem-transaction-simple>=1.3:${PORTSDIR}/devel/rubygem-transaction-simple +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn-core/Makefile b/print/rubygem-prawn-core/Makefile index 2053e757ede4..c559e41d0677 100644 --- a/print/rubygem-prawn-core/Makefile +++ b/print/rubygem-prawn-core/Makefile @@ -12,6 +12,8 @@ COMMENT= Core of Rubygem-prawn LICENSE= GPLv2 RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn-flexible-table/Makefile b/print/rubygem-prawn-flexible-table/Makefile index 0a9e8abb65ee..3db71e4b9a28 100644 --- a/print/rubygem-prawn-flexible-table/Makefile +++ b/print/rubygem-prawn-flexible-table/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile index 21fbf3866e6a..34a0e708da91 100644 --- a/print/rubygem-prawn-format/Makefile +++ b/print/rubygem-prawn-format/Makefile @@ -14,6 +14,8 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-prawn-core>=0:${PORTSDIR}/print/rubygem-prawn-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn-graph/Makefile b/print/rubygem-prawn-graph/Makefile index 4cdf922a2348..7f5e2d46a0ba 100644 --- a/print/rubygem-prawn-graph/Makefile +++ b/print/rubygem-prawn-graph/Makefile @@ -14,6 +14,8 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile index fab023b50370..f29bc57f1bf0 100644 --- a/print/rubygem-prawn-js/Makefile +++ b/print/rubygem-prawn-js/Makefile @@ -12,6 +12,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-prawn-core>=0.6.1:${PORTSDIR}/print/rubygem-prawn-core +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn-layout/Makefile b/print/rubygem-prawn-layout/Makefile index 605fc2c7f83e..1e14877a692b 100644 --- a/print/rubygem-prawn-layout/Makefile +++ b/print/rubygem-prawn-layout/Makefile @@ -12,6 +12,8 @@ COMMENT= Prawn Extension to Provides Table Support and Other Layout LICENSE= GPLv2 RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn-security/Makefile b/print/rubygem-prawn-security/Makefile index 638ce0f85291..326dfe8f97bb 100644 --- a/print/rubygem-prawn-security/Makefile +++ b/print/rubygem-prawn-security/Makefile @@ -12,6 +12,8 @@ COMMENT= Extension of Prawn LICENSE= GPLv2 RUBY LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile index 4729f1fd7eee..403f521538d3 100644 --- a/print/rubygem-prawn/Makefile +++ b/print/rubygem-prawn/Makefile @@ -15,6 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-pdf-core>=0.5.1:${PORTSDIR}/print/rubygem-pdf-core \ rubygem-ttfunk>=1.4.0:${PORTSDIR}/print/rubygem-ttfunk +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/print/rubygem-ttfunk/Makefile b/print/rubygem-ttfunk/Makefile index 4c52f3d98d70..5dcd222a4a79 100644 --- a/print/rubygem-ttfunk/Makefile +++ b/print/rubygem-ttfunk/Makefile @@ -12,6 +12,8 @@ COMMENT= Font Metrics Parser for Prawn LICENSE= RUBY GPLv2 GPLv3 LICENSE_COMB= dual +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |