pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/opencv



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Aug  3 23:02:18 UTC 2020

Modified Files:
        pkgsrc/graphics/opencv: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/opencv/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/opencv/options.mk
diff -u pkgsrc/graphics/opencv/options.mk:1.12 pkgsrc/graphics/opencv/options.mk:1.13
--- pkgsrc/graphics/opencv/options.mk:1.12      Mon Aug  3 22:37:05 2020
+++ pkgsrc/graphics/opencv/options.mk   Mon Aug  3 23:02:18 2020
@@ -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