aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-mini_magick/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-31 19:27:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-31 19:27:29 +0000
commitf59692f729633a0c02263dfea07586a407afa0ee (patch)
treea5ae272e9ec8c6392be6e208ac01417cf26c2d0c /graphics/rubygem-mini_magick/Makefile
parent871bdb6e18136e03462b61d871ba209b8f1273e8 (diff)
downloadports-f59692f729633a0c02263dfea07586a407afa0ee.tar.gz
ports-f59692f729633a0c02263dfea07586a407afa0ee.zip
Notes
Diffstat (limited to 'graphics/rubygem-mini_magick/Makefile')
-rw-r--r--graphics/rubygem-mini_magick/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/graphics/rubygem-mini_magick/Makefile b/graphics/rubygem-mini_magick/Makefile
index c6076d2af20e..e12ae481996c 100644
--- a/graphics/rubygem-mini_magick/Makefile
+++ b/graphics/rubygem-mini_magick/Makefile
@@ -2,27 +2,23 @@
# $FreeBSD$
PORTNAME= mini_magick
-PORTVERSION= 4.2.4
-PORTREVISION= 1
+PORTVERSION= 4.2.7
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Manipulate images with minimal use of memory via ImageMagick
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+LICENSE= MIT
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
-.include <bsd.port.options.mk>
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
-.if ${PORT_OPTIONS:MX11}
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
-.else
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11
-.endif
+X11_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
+X11_RUN_DEPENDS_OFF= convert:${PORTSDIR}/graphics/ImageMagick-nox11
.include <bsd.port.mk>