aboutsummaryrefslogtreecommitdiff
path: root/graphics/frei0r
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2013-12-04 02:51:00 +0000
committerJason E. Hale <jhale@FreeBSD.org>2013-12-04 02:51:00 +0000
commit3a64305d4341059497ca0e73cad7dae1496e2b02 (patch)
tree3dd64f0c809f9e8c1a80871241444471c0db3540 /graphics/frei0r
parentbcabd79d961fab3f4a458aa38398a77d7bb2e1f4 (diff)
downloadports-3a64305d4341059497ca0e73cad7dae1496e2b02.tar.gz
ports-3a64305d4341059497ca0e73cad7dae1496e2b02.zip
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not applied when OPTIONS_EXCLUDE is used - Move most of the OpenCV modules from the graphics/opencv-core port to graphics/opencv, leaving opencv-core as just the bare minimum required for building ffmpeg with OpenCV support - Install examples for python and java bindings - Add new slave port graphics/opencv-java: Java bindings for OpenCV - Bump PORTREVISION and make dependency adjustments and fixes for dependent ports - Add UPDATING entry
Notes
Notes: svn path=/head/; revision=335601
Diffstat (limited to 'graphics/frei0r')
-rw-r--r--graphics/frei0r/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile
index 34da78f94cec..a69894531ed3 100644
--- a/graphics/frei0r/Makefile
+++ b/graphics/frei0r/Makefile
@@ -27,7 +27,7 @@ IGNORE= cannot build OpenCV and gavl plugins simultaneously
.endif
.if defined(BUILDING_FREI0R_OPENCV)
-PORTREVISION= 2
+PORTREVISION= 3
COMMENT= Frei0r OpenCV plugins
PKGNAMESUFFIX= -plugins-opencv
LIB_DEPENDS+= opencv_legacy.2:${PORTSDIR}/graphics/opencv
@@ -57,6 +57,7 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.if defined(FREI0R_PLUGINS)
CPPFLAGS+= "-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
PLIST= ${WRKSRC}/PLIST
ALL_TARGET=
BUILD_WRKSRC= ${WRKSRC}/src