diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-27 23:00:33 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-27 23:00:33 +0000 |
commit | d782bdc3d10da1aacdcc97da21750a5d0382a98d (patch) | |
tree | 164fc4a5692085bf117f929e4a81d05afcc5104b /graphics | |
parent | 77b0ff65ece5206e74d87f1381e3b17309b32b34 (diff) | |
download | pkgsrc-d782bdc3d10da1aacdcc97da21750a5d0382a98d.tar.gz |
Enable PLIST.opencl on SunOS, shown in recent bulk builds.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index cf47dcbb3a5..b0e310e6b91 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/07/09 19:57:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2014/07/27 23:00:33 jperkin Exp $ DISTNAME= opencv-2.4.9 CATEGORIES= graphics devel @@ -38,7 +38,7 @@ CXXFLAGS+= -std=c++11 PLIST_VARS+= opencl -.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" PLIST.opencl= yes .else .include "../../x11/gtk2/buildlink3.mk" |