diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:25:10 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:25:10 +0800 |
commit | 3ce7d09e6cb23f7c5b6ed1696276c8217b89b269 (patch) | |
tree | c83099a1416420b251b7dff34f02f34558b886bf /print/rubygem-prawn | |
parent | 9e6b05898aa0f314786d557f8d5442836ca2c060 (diff) | |
download | freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.gz freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.zst freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.zip |
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest
PR: ports/147551
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
With Hat: ruby
Diffstat (limited to 'print/rubygem-prawn')
-rw-r--r-- | print/rubygem-prawn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile index b0b689501399..d73bad164651 100644 --- a/print/rubygem-prawn/Makefile +++ b/print/rubygem-prawn/Makefile @@ -12,11 +12,10 @@ MASTER_SITES= RF/prawn MAINTAINER= wen@FreeBSD.org COMMENT= Fast pure Ruby PDF generator -BUILD_DEPENDS= rubygem-prawn-layout>=0.3.1:${PORTSDIR}/print/rubygem-prawn-layout \ +RUN_DEPENDS= rubygem-prawn-layout>=0.3.1:${PORTSDIR}/print/rubygem-prawn-layout \ rubygem-prawn-format>=0.2.2:${PORTSDIR}/print/rubygem-prawn-format \ rubygem-prawn-security>=0.1.1:${PORTSDIR}/print/rubygem-prawn-security \ rubygem-prawn-core>=0.6.1:${PORTSDIR}/print/rubygem-prawn-core -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes |