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 /textproc/rubygem-stamp/Makefile | |
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 'textproc/rubygem-stamp/Makefile')
-rw-r--r-- | textproc/rubygem-stamp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rubygem-stamp/Makefile b/textproc/rubygem-stamp/Makefile index 046b107a6cb2..ab6ae80de4cc 100644 --- a/textproc/rubygem-stamp/Makefile +++ b/textproc/rubygem-stamp/Makefile @@ -10,6 +10,8 @@ COMMENT= Format dates and times LICENSE= MIT +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |