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 /math | |
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 'math')
-rw-r--r-- | math/rubygem-expression_parser/Makefile | 2 | ||||
-rw-r--r-- | math/rubygem-numru-units/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/rubygem-expression_parser/Makefile b/math/rubygem-expression_parser/Makefile index 47de446f3f9d..22c5169986a1 100644 --- a/math/rubygem-expression_parser/Makefile +++ b/math/rubygem-expression_parser/Makefile @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Mathematical expression parser for Ruby +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/math/rubygem-numru-units/Makefile b/math/rubygem-numru-units/Makefile index 9c88de44278c..4b41a864c6da 100644 --- a/math/rubygem-numru-units/Makefile +++ b/math/rubygem-numru-units/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= murashin@gfd-dennou.org COMMENT= Class to handle units of physical quantities for Ruby +NO_ARCH= yes + USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes |