diff options
author | obache <obache@pkgsrc.org> | 2013-12-23 02:51:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-23 02:51:57 +0000 |
commit | 73b484266e8ca14a08b62c1f8c9936e2969bb931 (patch) | |
tree | 39c73bf7883e751c12e965a2613eccda11bccda5 /x11/qt5-qtbase | |
parent | 0fc01b268258e499848b36f382ef38005a04b278 (diff) | |
download | pkgsrc-73b484266e8ca14a08b62c1f8c9936e2969bb931.tar.gz |
fix a typo in last change.
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r-- | x11/qt5-qtbase/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common index 0bb427fbb77..fdb0de133b9 100644 --- a/x11/qt5-qtbase/Makefile.common +++ b/x11/qt5-qtbase/Makefile.common @@ -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 @@ pre-configure: remove-3rdparty-libs set-qmake-conf .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 |