diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-05-09 01:44:50 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-05-09 01:44:50 +0000 |
commit | f11ac717355b1c59cf97e2ae4e0b0ca78e0baa1c (patch) | |
tree | 45c69440da2496af4e615bcdc36825172bd0cde0 /graphics/frei0r | |
parent | 532105a93cf41f4fe7a4666875c156eabae2ae75 (diff) | |
download | ports-f11ac717355b1c59cf97e2ae4e0b0ca78e0baa1c.tar.gz ports-f11ac717355b1c59cf97e2ae4e0b0ca78e0baa1c.zip |
Notes
Diffstat (limited to 'graphics/frei0r')
-rw-r--r-- | graphics/frei0r/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile index 61c0631a1be7..2b6db927e9cb 100644 --- a/graphics/frei0r/Makefile +++ b/graphics/frei0r/Makefile @@ -29,7 +29,7 @@ USES+= localbase .endif .if defined(BUILDING_FREI0R_OPENCV) -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Frei0r OpenCV plugins PKGNAMESUFFIX= -plugins-opencv LIB_DEPENDS+= libopencv_core.so:graphics/opencv-core \ |