diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-03 00:01:06 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-03 00:01:06 +0800 |
commit | 4e3d011569769e6a06e4bccf75fd126154afc154 (patch) | |
tree | 4551a3f999116d7a3ec6658a240ad0c15258972f /finance | |
parent | aca133b7e364d3013a212f0029762c685dc50451 (diff) | |
download | freebsd-ports-gnome-4e3d011569769e6a06e4bccf75fd126154afc154.tar.gz freebsd-ports-gnome-4e3d011569769e6a06e4bccf75fd126154afc154.tar.zst freebsd-ports-gnome-4e3d011569769e6a06e4bccf75fd126154afc154.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 'finance')
-rw-r--r-- | finance/rubygem-money/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index f4c49be8ab70..b533d3598303 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -13,6 +13,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |