pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase fix a typo in last change.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3405227cca6d
branches:  trunk
changeset: 627946:3405227cca6d
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 23 02:51:57 2013 +0000

description:
fix a typo in last change.

diffstat:

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

diffs (18 lines):

diff -r fdf9306e55a8 -r 3405227cca6d x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common    Mon Dec 23 01:34:03 2013 +0000
+++ b/x11/qt5-qtbase/Makefile.common    Mon Dec 23 02:51:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2013/12/21 08:59:41 obache Exp $
+# $NetBSD: Makefile.common,v 1.5 2013/12/23 02:51:57 obache Exp $
 # used by x11/qt5-dbus/Makefile
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
@@ -184,7 +184,7 @@
 
 .if empty(PKGPATH:Mx11/qt5-qtbase) && empty(PKGPATH:Mx11/qt5-sqlite3) \
        && empty(PKGPATH:Mx11/qt5-mysql) && empty(PKGPATH:Mx11/qt5-psql) \
-       && empty(PKGPATH:Mx11/Mqt5-odbc)
+       && empty(PKGPATH:Mx11/qt5-odbc)
 post-configure:
        cd ${WRKSRC}/${BUILD_DIRS} && ${QTPREFIX}/bin/qmake -o Makefile
 .endif



Home | Main Index | Thread Index | Old Index