From 92df36cb4f060e53f821e67dff720610621261e0 Mon Sep 17 00:00:00 2001 From: lofi 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 --- devel/qt4-makeqpf/Makefile | 2 +- devel/qt4-makeqpf/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/qt4-makeqpf') diff --git a/devel/qt4-makeqpf/Makefile b/devel/qt4-makeqpf/Makefile index 85274db8ef62..bb0e1d2f44cd 100644 --- a/devel/qt4-makeqpf/Makefile +++ b/devel/qt4-makeqpf/Makefile @@ -19,7 +19,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt qtopia font creator USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic corelib gui +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib gui QT_NONSTANDARD= yes QT_DIST= yes diff --git a/devel/qt4-makeqpf/pkg-plist b/devel/qt4-makeqpf/pkg-plist index e559beaa3c72..cc85d393c083 100644 --- a/devel/qt4-makeqpf/pkg-plist +++ b/devel/qt4-makeqpf/pkg-plist @@ -1,2 +1,2 @@ bin/makeqpf-qt4 -bin/makeqpf-qt4.debug +%%DEBUG%%bin/makeqpf-qt4.debug -- cgit