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-pdfwriter/Makefile | |
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-pdfwriter/Makefile')
-rw-r--r-- | print/rubygem-pdfwriter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/rubygem-pdfwriter/Makefile b/print/rubygem-pdfwriter/Makefile index 0637ab1309a6..f8c29996da7d 100644 --- a/print/rubygem-pdfwriter/Makefile +++ b/print/rubygem-pdfwriter/Makefile @@ -14,13 +14,13 @@ DISTNAME= pdf-writer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A pure Ruby PDF document creation library -BUILD_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \ +RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \ rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple -RUN_DEPENDS= ${BUILD_DEPENDS} + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/techbook |