aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-04 01:47:08 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-04 01:47:08 +0800
commit4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d (patch)
tree9a595c7cf960f87901403bde2fb7e4175befb3a5 /x11-toolkits
parentf6f4b8bf10ba40bef3b78f35fc9dcf20eac55047 (diff)
downloadfreebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.gz
freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.zst
freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.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
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-kivy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile
index c126dc7c7395..ed16e7eb38a9 100644
--- a/x11-toolkits/py-kivy/Makefile
+++ b/x11-toolkits/py-kivy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kivy
PORTVERSION= 1.9.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits python
MASTER_SITES= GH LOCAL/dbn/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -59,7 +60,7 @@ GSTREAMER_MAKE_ENV_OFF= USE_GSTREAMER=0
GSTREAMER_LIB_DEPENDS= libgstreamer-1.0.so:multimedia/gstreamer1
GSTREAMER_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygst.py:multimedia/py-gstreamer
GSTREAMER_USES= pkgconfig
-OPENCV_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv
+OPENCV_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv2
PIL_DESC= Text and window rendering support via Pillow
PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
PYGAME_DESC= Window, text and image rendering support via PyGame