diff options
author | sevan <sevan@pkgsrc.org> | 2015-03-02 23:28:13 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-03-02 23:28:13 +0000 |
commit | 8744488d229d28b39a8b6dc449ff7115437fd72e (patch) | |
tree | 57d4d9730e54f34378a674136a7373708fe17a96 /graphics/opencv | |
parent | 602592c8dc16597ee91e21a0d9a541d9dbb1f691 (diff) | |
download | pkgsrc-8744488d229d28b39a8b6dc449ff7115437fd72e.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/Makefile | 4 |
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 |