summaryrefslogtreecommitdiff
path: root/graphics/opencv
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2014-11-30 02:31:22 +0000
committermarkd <markd@pkgsrc.org>2014-11-30 02:31:22 +0000
commit1de948ae710f23a4071c23d172fa04e0464020db (patch)
treeb2e9c057449d7a96d241a2175a69013a397351fd /graphics/opencv
parenta9efe4273297f637420f6d394bccaa1e37a1948f (diff)
downloadpkgsrc-1de948ae710f23a4071c23d172fa04e0464020db.tar.gz
PLIST.opencl for Linux as well.
Diffstat (limited to 'graphics/opencv')
-rw-r--r--graphics/opencv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 7a53b842fa6..8b3063bd5c0 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/11/27 21:33:27 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2014/11/30 02:31:22 markd Exp $
DISTNAME= opencv-2.4.9
PKGREVISION= 2
@@ -39,7 +39,7 @@ CXXFLAGS+= -std=c++11
PLIST_VARS+= opencl
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
PLIST.opencl= yes
.endif