aboutsummaryrefslogtreecommitdiff
path: root/graphics/opencv
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-01 22:50:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-01 22:50:06 +0000
commit894a8184cec3a9ba1ae9f668d91c5ed71275ae57 (patch)
treef4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/opencv
parentc6ceec8d05cd3a72452eae97f33b61805aa9f8b1 (diff)
downloadports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.tar.gz
ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.zip
Eradicate USE_GNOME=pkgconfig from graphics
While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5
Notes
Notes: svn path=/head/; revision=325928
Diffstat (limited to 'graphics/opencv')
-rw-r--r--graphics/opencv/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index c3ff7de9efc9..f5e7ecc192d2 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -14,11 +14,10 @@ COMMENT= Open Source Computer Vision library from Intel
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/doc/license.txt
-USE_GNOME= pkgconfig
WANT_GSTREAMER= yes
MAKE_JOBS_UNSAFE= yes
USE_BZIP2= yes
-USES= cmake
+USES= cmake pkgconfig
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/OpenCV-${DISTVERSION}