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/rubygem-prawn-layout | |
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/rubygem-prawn-layout')
-rw-r--r-- | print/rubygem-prawn-layout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |