summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache>2013-12-23 02:51:57 +0000
committerobache <obache>2013-12-23 02:51:57 +0000
commitea70341ceb8c476c53b5a11716fc56d970e0032f (patch)
tree39c73bf7883e751c12e965a2613eccda11bccda5 /x11
parent87dd13225b54ca3337397890b5544b5ab9b320a4 (diff)
downloadpkgsrc-ea70341ceb8c476c53b5a11716fc56d970e0032f.tar.gz
fix a typo in last change.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtbase/Makefile.common4
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