aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-gmic-plugin
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-10-03 17:47:08 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-10-03 17:47:08 +0000
commitba3ffd9b120f634f530959fca3707d2937d3e5e5 (patch)
tree9a595c7cf960f87901403bde2fb7e4175befb3a5 /graphics/gimp-gmic-plugin
parent2765ae7dd310dab626a72b59023dd6b24da0f225 (diff)
downloadports-ba3ffd9b120f634f530959fca3707d2937d3e5e5.tar.gz
ports-ba3ffd9b120f634f530959fca3707d2937d3e5e5.zip
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc
Notes
Notes: svn path=/head/; revision=423216
Diffstat (limited to 'graphics/gimp-gmic-plugin')
-rw-r--r--graphics/gimp-gmic-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile
index 736927d985a5..c678a2cc8a45 100644
--- a/graphics/gimp-gmic-plugin/Makefile
+++ b/graphics/gimp-gmic-plugin/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gmic
PORTVERSION= 1.6.9
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://gmic.eu/files/source/
PKGNAMEPREFIX= gimp-
@@ -13,7 +14,7 @@ COMMENT= GREYC's Magic Image Converter
LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick \
libIlmImf.so:graphics/OpenEXR \
- libopencv_legacy.so:graphics/opencv \
+ libopencv_legacy.so:graphics/opencv2 \
libMagick++-6.so:graphics/ImageMagick \
libavcodec.so:multimedia/ffmpeg \
libfftw3.so:math/fftw3 \