pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: remove references to qt5-qt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/639f00ab0a09
branches:  trunk
changeset: 374213:639f00ab0a09
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jan 18 09:15:29 2018 +0000

description:
qt5-qtbase: remove references to qt5-qtquick1 and qt5-sqlite3

diffstat:

 x11/qt5-qtbase/Makefile.common |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e660a94f99c2 -r 639f00ab0a09 x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common    Thu Jan 18 09:12:17 2018 +0000
+++ b/x11/qt5-qtbase/Makefile.common    Thu Jan 18 09:15:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2018/01/18 08:02:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2018/01/18 09:15:29 markd Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -10,7 +10,6 @@
 # used by x11/qt5-qtlocation/Makefile
 # used by x11/qt5-qtmacextras/Makefile
 # used by x11/qt5-qtmultimedia/Makefile
-# used by x11/qt5-qtquick1/Makefile
 # used by x11/qt5-qtquickcontrols/Makefile
 # used by x11/qt5-qtscript/Makefile
 # used by x11/qt5-qtsensors/Makefile
@@ -23,7 +22,6 @@
 # used by x11/qt5-qtwebsockets/Makefile
 # used by x11/qt5-qtx11extras/Makefile
 # used by x11/qt5-qtxmlpatterns/Makefile
-# used by x11/qt5-sqlite3/Makefile
 
 .include "../../x11/qt5/Makefile.common"
 .include "options.mk"
@@ -60,7 +58,7 @@
 
 .if empty(PKGPATH:Mx11/qt5-qtbase) \
        && empty(PKGPATH:Mx11/qt5-odbc) && empty(PKGPATH:Mx11/qt5-mysql) \
-       && empty(PKGPATH:Mx11/qt5-psql) && empty(PKGPATH:Mx11/qt5-sqlite3)
+       && empty(PKGPATH:Mx11/qt5-psql)
 do-configure:
        cd ${WRKSRC} && ${QTPREFIX}/bin/qmake -o Makefile
 .endif



Home | Main Index | Thread Index | Old Index