aboutsummaryrefslogtreecommitdiff
path: root/misc/img2xterm
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-11-10 19:57:07 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-11-10 19:57:07 +0000
commit289883b11b6d306dfca0bb78c7784880c0944289 (patch)
tree0b5ef334a151c39e9372903664b7ca648b9009bb /misc/img2xterm
parent31914187382ef900631687fa9bf956c935ed6147 (diff)
downloadports-289883b11b6d306dfca0bb78c7784880c0944289.tar.gz
ports-289883b11b6d306dfca0bb78c7784880c0944289.zip
Notes
Diffstat (limited to 'misc/img2xterm')
-rw-r--r--misc/img2xterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/img2xterm/Makefile b/misc/img2xterm/Makefile
index 3aaae5dd0746..a740b8560efe 100644
--- a/misc/img2xterm/Makefile
+++ b/misc/img2xterm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= img2xterm
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc
MAINTAINER= arved@FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT= Display images on 256 color xterms
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
USE_GITHUB= yes
GH_ACCOUNT= kfei