diff options
author | jhale <jhale@FreeBSD.org> | 2013-12-04 10:51:00 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-12-04 10:51:00 +0800 |
commit | 481fb7ae25d2cadd7407b763c6fd10f97c884b84 (patch) | |
tree | 3dd64f0c809f9e8c1a80871241444471c0db3540 /graphics/kipi-plugin-removeredeyes | |
parent | 80d813445175211c54cb28d2e8fec5b786b625c4 (diff) | |
download | freebsd-ports-gnome-481fb7ae25d2cadd7407b763c6fd10f97c884b84.tar.gz freebsd-ports-gnome-481fb7ae25d2cadd7407b763c6fd10f97c884b84.tar.zst freebsd-ports-gnome-481fb7ae25d2cadd7407b763c6fd10f97c884b84.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
Diffstat (limited to 'graphics/kipi-plugin-removeredeyes')
-rw-r--r-- | graphics/kipi-plugin-removeredeyes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kipi-plugin-removeredeyes/Makefile b/graphics/kipi-plugin-removeredeyes/Makefile index 511dd919d7b6..99b670acc792 100644 --- a/graphics/kipi-plugin-removeredeyes/Makefile +++ b/graphics/kipi-plugin-removeredeyes/Makefile @@ -2,12 +2,13 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} -LIB_DEPENDS= opencv_legacy:${PORTSDIR}/graphics/opencv +LIB_DEPENDS= libopencv_legacy.so:${PORTSDIR}/graphics/opencv KIPI_PLUGIN= removeredeyes NO_STAGE= yes |