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 /graphics/rubygem-turing | |
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 'graphics/rubygem-turing')
-rw-r--r-- | graphics/rubygem-turing/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index 5c5aef04989e..1c219cc7ed56 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= RG MAINTAINER= avl@FreeBSD.org COMMENT= Easy to use and customize/extend implementation of captcha -BUILD_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 USE_RUBY= yes USE_RUBYGEMS= yes |