pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtbase



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jan 26 22:58:04 UTC 2019

Modified Files:
        pkgsrc/x11/qt5-qtbase: options.mk

Log Message:
append to PKG_SUPPORTED_OPTIONS since this file is used by multiple pkgs


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/qt5-qtbase/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/x11/qt5-qtbase/options.mk
diff -u pkgsrc/x11/qt5-qtbase/options.mk:1.11 pkgsrc/x11/qt5-qtbase/options.mk:1.12
--- pkgsrc/x11/qt5-qtbase/options.mk:1.11       Tue Dec 18 09:57:18 2018
+++ pkgsrc/x11/qt5-qtbase/options.mk    Sat Jan 26 22:58:04 2019
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.11 2018/12/18 09:57:18 adam Exp $
+# $NetBSD: options.mk,v 1.12 2019/01/26 22:58:04 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qt5
-PKG_SUPPORTED_OPTIONS= cups eglfs gtk3
+PKG_SUPPORTED_OPTIONS+=        cups eglfs gtk3
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index