diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-17 11:48:33 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-17 11:48:33 +0800 |
commit | ab6c4eae1d1036824adffc948aa0a972397831a5 (patch) | |
tree | 8ab302658e3a06e875b92257bb9f573c2a5a7ed1 /print | |
parent | 3149f32e024cb1cd72960340d24ed78483964eb6 (diff) | |
download | freebsd-ports-gnome-ab6c4eae1d1036824adffc948aa0a972397831a5.tar.gz freebsd-ports-gnome-ab6c4eae1d1036824adffc948aa0a972397831a5.tar.zst freebsd-ports-gnome-ab6c4eae1d1036824adffc948aa0a972397831a5.zip |
- prawn-core is pulled in by the others
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'print')
-rw-r--r-- | print/rubygem-prawn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile index 8d5d840b3da9..9d5f0938c068 100644 --- a/print/rubygem-prawn/Makefile +++ b/print/rubygem-prawn/Makefile @@ -6,6 +6,7 @@ PORTNAME= prawn PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= print rubygems MASTER_SITES= RG @@ -14,8 +15,7 @@ COMMENT= Fast pure Ruby PDF generator RUN_DEPENDS= rubygem-prawn-layout>=0.8.4:${PORTSDIR}/print/rubygem-prawn-layout \ rubygem-prawn-format>=0.2.2:${PORTSDIR}/print/rubygem-prawn-format \ - rubygem-prawn-security>=0.8.4:${PORTSDIR}/print/rubygem-prawn-security \ - rubygem-prawn-core>=0.8.4:${PORTSDIR}/print/rubygem-prawn-core + rubygem-prawn-security>=0.8.4:${PORTSDIR}/print/rubygem-prawn-security USE_RUBY= yes USE_RUBYGEMS= yes |