summaryrefslogtreecommitdiff
path: root/graphics/opencv
diff options
context:
space:
mode:
authorsevan <sevan>2015-03-02 23:28:13 +0000
committersevan <sevan>2015-03-02 23:28:13 +0000
commit620f60fce8003aa30885dedc3132f2048f3486ea (patch)
tree57d4d9730e54f34378a674136a7373708fe17a96 /graphics/opencv
parent3355597dc06e53bc48924997c1ed39faaf97ff1d (diff)
downloadpkgsrc-620f60fce8003aa30885dedc3132f2048f3486ea.tar.gz
Include FreeBSD in the if statement to account for the additional files added
via PLIST_VARS Reviewed by wiz@
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 63736ad6c23..2da3a7712cb 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2015/01/06 14:28:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.53 2015/03/02 23:28:13 sevan Exp $
DISTNAME= opencv-2.4.9
PKGREVISION= 2
@@ -43,7 +43,7 @@ CMAKE_ARGS.SunOS+= -DENABLE_PRECOMPILED_HEADERS=NO
PLIST_VARS+= opencl
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD"
PLIST.opencl= yes
.endif