diff options
author | markd <markd> | 2015-11-03 20:09:21 +0000 |
---|---|---|
committer | markd <markd> | 2015-11-03 20:09:21 +0000 |
commit | ed0dd71333fba57fc06faec07ff6e5dba810bd9a (patch) | |
tree | a601b6bd2ab2b857fe1141f492b28a7410ec0636 | |
parent | c6a20caf5aa060c364138573a9560d9cf12f61f9 (diff) | |
download | pkgsrc-ed0dd71333fba57fc06faec07ff6e5dba810bd9a.tar.gz |
Add opencv-contrib-face
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index eeb24668ca6..d2667821344 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.719 2015/10/17 10:29:49 fhajny Exp $ +# $NetBSD: Makefile,v 1.720 2015/11/03 20:09:21 markd Exp $ # COMMENT= Graphics tools and libraries @@ -326,6 +326,7 @@ SUBDIR+= nvtv SUBDIR+= ocrad SUBDIR+= opencsg SUBDIR+= opencv +SUBDIR+= opencv-contrib-face SUBDIR+= opencv2 SUBDIR+= opendis SUBDIR+= openexr |