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 --- devel/qt4-porting/Makefile | 2 +- devel/qt4-porting/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/qt4-porting') diff --git a/devel/qt4-porting/Makefile b/devel/qt4-porting/Makefile index bea665729817..4d20c3b91c2a 100644 --- a/devel/qt4-porting/Makefile +++ b/devel/qt4-porting/Makefile @@ -18,7 +18,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt utility to assist with porting Qt3 applications to Qt4 USE_QT_VER= 4 -QT_COMPONENTS= qmake moc rcc uic corelib xml +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib xml QT_NONSTANDARD= yes QT_DIST= yes diff --git a/devel/qt4-porting/pkg-plist b/devel/qt4-porting/pkg-plist index cf760c8d2a95..be89f2cc9eb9 100644 --- a/devel/qt4-porting/pkg-plist +++ b/devel/qt4-porting/pkg-plist @@ -1,3 +1,3 @@ bin/qt3to4 -bin/qt3to4.debug +%%DEBUG%%bin/qt3to4.debug share/qt4/q3porting.xml -- cgit v1.2.3