aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-26 03:55:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-26 03:55:00 +0800
commit2e964b20603f3241e9e0ce143b6a02cb61d41897 (patch)
tree966e675cc6628872b7d027d5df68e86e32c7c818 /graphics
parente02e117374e16cd636db61ee42f86959b2e77d0a (diff)
downloadfreebsd-ports-graphics-2e964b20603f3241e9e0ce143b6a02cb61d41897.tar.gz
freebsd-ports-graphics-2e964b20603f3241e9e0ce143b6a02cb61d41897.tar.zst
freebsd-ports-graphics-2e964b20603f3241e9e0ce143b6a02cb61d41897.zip
- Add LICENSE
- Remove BUILD_DEPENDS - Update RUN_DEPENDS
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rubygem-captcha/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/rubygem-captcha/Makefile b/graphics/rubygem-captcha/Makefile
index f69532c6144..154f5e1fbca 100644
--- a/graphics/rubygem-captcha/Makefile
+++ b/graphics/rubygem-captcha/Makefile
@@ -9,8 +9,9 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple CAPTCHA written in Ruby
-BUILD_DEPENDS= rubygem-rmagick>=1.0:${PORTSDIR}/graphics/rubygem-rmagick
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-rmagick>=2.9.2:${PORTSDIR}/graphics/rubygem-rmagick
USE_RUBY= yes
USE_RUBYGEMS= yes