diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-20 12:07:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-20 12:07:28 +0000 |
commit | 24510e41fe18cb8213823593363ae19605e9930a (patch) | |
tree | 3ac3fb3e51065b60a8fb88097c9c68f98b43d9db /print/rubygem-prawn/Makefile | |
parent | 09406b1f971f1fa35c9108678bb22eeb8b065e60 (diff) |
Notes
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 |