Mon Dec 23 02:51:57 2013 UTC ()
fix a typo in last change.


(obache)
diff -r1.4 -r1.5 pkgsrc/x11/qt5-qtbase/Makefile.common

cvs diff -r1.4 -r1.5 pkgsrc/x11/qt5-qtbase/Makefile.common (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtbase/Makefile.common 2013/12/21 08:59:41 1.4
+++ pkgsrc/x11/qt5-qtbase/Makefile.common 2013/12/23 02:51:57 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.4 2013/12/21 08:59:41 obache Exp $ 1# $NetBSD: Makefile.common,v 1.5 2013/12/23 02:51:57 obache Exp $
2# used by x11/qt5-dbus/Makefile 2# used by x11/qt5-dbus/Makefile
3# used by x11/qt5-mysql/Makefile 3# used by x11/qt5-mysql/Makefile
4# used by x11/qt5-odbc/Makefile 4# used by x11/qt5-odbc/Makefile
5# used by x11/qt5-psql/Makefile 5# used by x11/qt5-psql/Makefile
6# used by x11/qt5-qtbase/Makefile 6# used by x11/qt5-qtbase/Makefile
7# used by x11/qt5-qtdeclarative/Makefile 7# used by x11/qt5-qtdeclarative/Makefile
8# used by x11/qt5-qtdoc/Makefile 8# used by x11/qt5-qtdoc/Makefile
9# used by x11/qt5-qtgraphicaleffects/Makefile 9# used by x11/qt5-qtgraphicaleffects/Makefile
10# used by x11/qt5-qtimageformats/Makefile 10# used by x11/qt5-qtimageformats/Makefile
11# used by x11/qt5-qtlocation/Makefile 11# used by x11/qt5-qtlocation/Makefile
12# used by x11/qt5-qtmultimedia/Makefile 12# used by x11/qt5-qtmultimedia/Makefile
13# used by x11/qt5-qtquick1/Makefile 13# used by x11/qt5-qtquick1/Makefile
14# used by x11/qt5-qtquickcontrols/Makefile 14# used by x11/qt5-qtquickcontrols/Makefile
@@ -174,27 +174,27 @@ no-qmake-build: @@ -174,27 +174,27 @@ no-qmake-build:
174 ${LN} -sf ${QTPREFIX}/bin/moc ${WRKSRC}/qtbase/bin/moc 174 ${LN} -sf ${QTPREFIX}/bin/moc ${WRKSRC}/qtbase/bin/moc
175 ${LN} -sf ${QTPREFIX}/bin/qmake ${WRKSRC}/qtbase/bin/qmake 175 ${LN} -sf ${QTPREFIX}/bin/qmake ${WRKSRC}/qtbase/bin/qmake
176 ${LN} -sf ${QTPREFIX}/bin/rcc ${WRKSRC}/qtbase/bin/rcc 176 ${LN} -sf ${QTPREFIX}/bin/rcc ${WRKSRC}/qtbase/bin/rcc
177 ${LN} -sf ${QTPREFIX}/bin/uic ${WRKSRC}/qtbase/bin/uic 177 ${LN} -sf ${QTPREFIX}/bin/uic ${WRKSRC}/qtbase/bin/uic
178 178
179.if empty(PKGPATH:Mx11/qt5-qtbase) 179.if empty(PKGPATH:Mx11/qt5-qtbase)
180pre-configure: remove-3rdparty-libs set-qmake-conf no-qmake-build 180pre-configure: remove-3rdparty-libs set-qmake-conf no-qmake-build
181.else 181.else
182pre-configure: remove-3rdparty-libs set-qmake-conf 182pre-configure: remove-3rdparty-libs set-qmake-conf
183.endif 183.endif
184 184
185.if empty(PKGPATH:Mx11/qt5-qtbase) && empty(PKGPATH:Mx11/qt5-sqlite3) \ 185.if empty(PKGPATH:Mx11/qt5-qtbase) && empty(PKGPATH:Mx11/qt5-sqlite3) \
186 && empty(PKGPATH:Mx11/qt5-mysql) && empty(PKGPATH:Mx11/qt5-psql) \ 186 && empty(PKGPATH:Mx11/qt5-mysql) && empty(PKGPATH:Mx11/qt5-psql) \
187 && empty(PKGPATH:Mx11/Mqt5-odbc) 187 && empty(PKGPATH:Mx11/qt5-odbc)
188post-configure: 188post-configure:
189 cd ${WRKSRC}/${BUILD_DIRS} && ${QTPREFIX}/bin/qmake -o Makefile 189 cd ${WRKSRC}/${BUILD_DIRS} && ${QTPREFIX}/bin/qmake -o Makefile
190.endif 190.endif
191 191
192.include "../../devel/zlib/buildlink3.mk" 192.include "../../devel/zlib/buildlink3.mk"
193.include "../../devel/gettext-lib/buildlink3.mk" 193.include "../../devel/gettext-lib/buildlink3.mk"
194.include "../../devel/glib2/buildlink3.mk" 194.include "../../devel/glib2/buildlink3.mk"
195.include "../../devel/pcre/buildlink3.mk" 195.include "../../devel/pcre/buildlink3.mk"
196.include "../../mk/jpeg.buildlink3.mk" 196.include "../../mk/jpeg.buildlink3.mk"
197.include "../../graphics/png/buildlink3.mk" 197.include "../../graphics/png/buildlink3.mk"
198.include "../../security/openssl/buildlink3.mk" 198.include "../../security/openssl/buildlink3.mk"
199.include "../../textproc/icu/buildlink3.mk" 199.include "../../textproc/icu/buildlink3.mk"
200.include "../../mk/pthread.buildlink3.mk" 200.include "../../mk/pthread.buildlink3.mk"