aboutsummaryrefslogtreecommitdiff
path: root/graphics/waifu2x-converter-cpp
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/waifu2x-converter-cpp
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/waifu2x-converter-cpp')
-rw-r--r--graphics/waifu2x-converter-cpp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/waifu2x-converter-cpp/Makefile b/graphics/waifu2x-converter-cpp/Makefile
index db38dccdfb63..cb76307e8d13 100644
--- a/graphics/waifu2x-converter-cpp/Makefile
+++ b/graphics/waifu2x-converter-cpp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= waifu2x-converter-cpp
DISTVERSION= 1.0.0-410
DISTVERSIONSUFFIX= -g5e5ac35
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME:C/-.*//}.1.gz?h=${PORTNAME:C/-.*//}-git&id=5c150a5&/:manpage
DISTFILES= ${PORTNAME:C/-.*//}.1.gz:manpage
@@ -17,8 +18,8 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl
-LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \
- libopencv_imgproc.so:graphics/opencv-core
+LIB_DEPENDS= libopencv_highgui.so:graphics/opencv2 \
+ libopencv_imgproc.so:graphics/opencv2-core
USE_GITHUB= yes
GH_ACCOUNT= tanakamura