diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-08-22 21:10:22 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-08-22 21:10:22 +0000 |
commit | bc764aba5e3b4cfeefaf7d458caded9d5aaa1cbf (patch) | |
tree | c357c8c1b860651c0e08a3e8884fb0add5758589 /graphics/opencv-core | |
parent | 4763e183bbe99f31e8d12d268ba2aa14c4aea2d6 (diff) |
Notes
Diffstat (limited to 'graphics/opencv-core')
-rw-r--r-- | graphics/opencv-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opencv-core/Makefile b/graphics/opencv-core/Makefile index 4b80f54eac26..f5ba4cddad72 100644 --- a/graphics/opencv-core/Makefile +++ b/graphics/opencv-core/Makefile @@ -4,7 +4,7 @@ # # $FreeBSD$ # -BUILDING_OPENCV_CORE= yes +_BUILDING_OPENCV_CORE= yes MASTERDIR= ${.CURDIR}/../opencv .include "${MASTERDIR}/Makefile" |