From 3516a1633260c8ca924d7ca8a8814bcac44b7e1b Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 30 Nov 2014 02:31:22 +0000 Subject: PLIST.opencl for Linux as well. --- graphics/opencv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/opencv') 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 -- cgit v1.2.3