Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/opencv Drop first PKG_SUPPORTED_OPTION of gtk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25eed4a7f1ab
branches:  trunk
changeset: 436497:25eed4a7f1ab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 23:02:18 2020 +0000

description:
Drop first PKG_SUPPORTED_OPTION of gtk, it is later added for !Darwin.
Thanks leot.

diffstat:

 graphics/opencv/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r c10388a8b34a -r 25eed4a7f1ab graphics/opencv/options.mk
--- a/graphics/opencv/options.mk        Mon Aug 03 22:38:22 2020 +0000
+++ b/graphics/opencv/options.mk        Mon Aug 03 23:02:18 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.12 2020/08/03 22:37:05 joerg Exp $
+# $NetBSD: options.mk,v 1.13 2020/08/03 23:02:18 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.opencv
-PKG_SUPPORTED_OPTIONS= ffmpeg gtk jasper
+PKG_SUPPORTED_OPTIONS= ffmpeg jasper
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index