diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-03 18:45:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-03 18:45:39 +0000 |
commit | 72527054f6fe77e75cb3a0a5643770c6e5d97fb4 (patch) | |
tree | 19a31368d29d921ea123f051968727192d747ec7 | |
parent | 17b6f1c8bebb8dd2b1b485efc2e3438397d5b1fa (diff) |
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=388479
-rw-r--r-- | graphics/rubygem-gruff/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index 58a5058ca85c..c0aea8e037ab 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -13,6 +13,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rmagick>=2.13.4:${PORTSDIR}/graphics/rubygem-rmagick +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |