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 /graphics/p5-Image-ObjectDetect | |
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 'graphics/p5-Image-ObjectDetect')
-rw-r--r-- | graphics/p5-Image-ObjectDetect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Image-ObjectDetect/Makefile b/graphics/p5-Image-ObjectDetect/Makefile index 13c777640c13..184eab039df3 100644 --- a/graphics/p5-Image-ObjectDetect/Makefile +++ b/graphics/p5-Image-ObjectDetect/Makefile @@ -3,7 +3,7 @@ PORTNAME= Image-ObjectDetect PORTVERSION= 0.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ COMMENT= Detects objects from picture using opencv LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/opencv.pc:graphics/opencv +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/opencv.pc:graphics/opencv2 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure |