diff options
Diffstat (limited to 'print/rubygem-prawn/Makefile')
-rw-r--r-- | print/rubygem-prawn/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile index eedda2444e81..432a1a199eeb 100644 --- a/print/rubygem-prawn/Makefile +++ b/print/rubygem-prawn/Makefile @@ -5,15 +5,17 @@ # $FreeBSD$ PORTNAME= prawn -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0.1 CATEGORIES= print rubygems MASTER_SITES= RF/prawn MAINTAINER= wenheping@gmail.com COMMENT= Fast pure Ruby PDF generator -BUILD_DEPENDS= rubygem-prawn-layout>=0.1.0:${PORTSDIR}/print/rubygem-prawn-layout -RUN_DEPENDS= rubygem-prawn-layout>=0.1.0:${PORTSDIR}/print/rubygem-prawn-layout +BUILD_DEPENDS= rubygem-prawn-layout>=0.2.0.1:${PORTSDIR}/print/rubygem-prawn-layout \ + rubygem-prawn-format>=0.2.0.1:${PORTSDIR}/print/rubygem-prawn-format \ + rubygem-prawn-core>=0.5.0.1:${PORTSDIR}/print/rubygem-prawn-core +RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes |