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 /games | |
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 'games')
-rw-r--r-- | games/lolcat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile index 315a68eab3da..2d02c25808d2 100644 --- a/games/lolcat/Makefile +++ b/games/lolcat/Makefile @@ -12,7 +12,9 @@ COMMENT= Rainbows and unicorns RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \ rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint -USE_RUBY= yes +NO_ARCH= yes + +nUSE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |