pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase Removed references to wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b50c01e93f9
branches:  trunk
changeset: 374203:6b50c01e93f9
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 18 08:02:55 2018 +0000

description:
Removed references to wip

diffstat:

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

diffs (22 lines):

diff -r 272ab4819687 -r 6b50c01e93f9 x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common    Thu Jan 18 07:53:13 2018 +0000
+++ b/x11/qt5-qtbase/Makefile.common    Thu Jan 18 08:02:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2018/01/17 19:30:46 markd Exp $
+# $NetBSD: Makefile.common,v 1.23 2018/01/18 08:02:55 adam Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -58,9 +58,9 @@
 # avoid creating a .qt directory in the users home directory
 SCRIPTS_ENV+=          HOME=${WRKDIR}
 
-.if empty(PKGPATH:Mwip/qt5-qtbase) \
-       && empty(PKGPATH:Mwip/qt5-odbc) && empty(PKGPATH:Mwip/qt5-mysql) \
-       && empty(PKGPATH:Mwip/qt5-psql) && empty(PKGPATH:Mwip/qt5-sqlite3)
+.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)
 do-configure:
        cd ${WRKSRC} && ${QTPREFIX}/bin/qmake -o Makefile
 .endif



Home | Main Index | Thread Index | Old Index