diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-02 16:01:06 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-07-02 16:01:06 +0000 |
commit | 4e3d011569769e6a06e4bccf75fd126154afc154 (patch) | |
tree | 4551a3f999116d7a3ec6658a240ad0c15258972f /textproc/rubygem-text | |
parent | aca133b7e364d3013a212f0029762c685dc50451 (diff) |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
Notes
Notes:
svn path=/head/; revision=391169
Diffstat (limited to 'textproc/rubygem-text')
-rw-r--r-- | textproc/rubygem-text/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rubygem-text/Makefile b/textproc/rubygem-text/Makefile index b6957a67e305..a44eac300676 100644 --- a/textproc/rubygem-text/Makefile +++ b/textproc/rubygem-text/Makefile @@ -12,6 +12,8 @@ COMMENT= Collection of text algorithms LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt +NO_ARCH= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |