From e332496be5f6fa4fa10c72920241b6910a69ca00 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 2 Aug 2007 22:37:40 +0000 Subject: - bsd.qt.mk: QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as _build or _run, respectively. Specifying without any suffix will depend on the component at both build- and runtime just like before. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König --- databases/qt4-sqlite3-plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/qt4-sqlite3-plugin') diff --git a/databases/qt4-sqlite3-plugin/Makefile b/databases/qt4-sqlite3-plugin/Makefile index 7ead82825396..ee53635c6e77 100644 --- a/databases/qt4-sqlite3-plugin/Makefile +++ b/databases/qt4-sqlite3-plugin/Makefile @@ -21,7 +21,7 @@ DB= sqlite LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 USE_QT_VER= 4 -QT_COMPONENTS= moc sql +QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes #USE_BZIP2= yes -- cgit v1.2.3