diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-04 01:47:08 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-04 01:47:08 +0800 |
commit | 4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d (patch) | |
tree | 9a595c7cf960f87901403bde2fb7e4175befb3a5 /misc | |
parent | f6f4b8bf10ba40bef3b78f35fc9dcf20eac55047 (diff) | |
download | freebsd-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 'misc')
-rw-r--r-- | misc/auto-multiple-choice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/auto-multiple-choice/Makefile b/misc/auto-multiple-choice/Makefile index e717ab366cc6..f349953b2acc 100644 --- a/misc/auto-multiple-choice/Makefile +++ b/misc/auto-multiple-choice/Makefile @@ -2,7 +2,7 @@ PORTNAME= auto-multiple-choice PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://download.gna.org/auto-qcm/ DISTNAME= auto-multiple-choice_${PORTVERSION}_precomp @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libcairo.so:graphics/cairo \ libnetpbm.so:graphics/netpbm \ - libopencv_highgui.so:graphics/opencv \ + libopencv_highgui.so:graphics/opencv2 \ libpangocairo-1.0.so:x11-toolkits/pango \ libpoppler-glib.so:graphics/poppler-glib RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ |