diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2010-10-02 00:20:49 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2010-10-02 00:20:49 +0000 |
commit | 99061cd985d0778686b9c44fa7ac60fd21bd3688 (patch) | |
tree | aa48e33091cfa83a23174ee67f6babbbdff3f2bd /textproc/rubygem-spreadsheet | |
parent | 995e8a12754c97e41848180b16be1ca1e82fd715 (diff) | |
download | ports-99061cd985d0778686b9c44fa7ac60fd21bd3688.tar.gz ports-99061cd985d0778686b9c44fa7ac60fd21bd3688.zip |
Notes
Diffstat (limited to 'textproc/rubygem-spreadsheet')
-rw-r--r-- | textproc/rubygem-spreadsheet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rubygem-spreadsheet/Makefile b/textproc/rubygem-spreadsheet/Makefile index 6bf997c64457..2f8516e76993 100644 --- a/textproc/rubygem-spreadsheet/Makefile +++ b/textproc/rubygem-spreadsheet/Makefile @@ -7,13 +7,14 @@ PORTNAME= spreadsheet PORTVERSION= 0.6.4.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= A Ruby module to generate Microsoft Excel compatible files -RUN_DEPENDS= rubygem-ruby-ole>=1.0.2:${PORTSDIR}/devel/rubygem-ruby-ole +RUN_DEPENDS= rubygem-ruby-ole>=0:${PORTSDIR}/devel/rubygem-ruby-ole USE_RUBY= yes USE_RUBY_FEATURES= iconv |