diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-02 22:37:40 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-02 22:37:40 +0000 |
commit | e332496be5f6fa4fa10c72920241b6910a69ca00 (patch) | |
tree | 7c1e4ee6690abd492b16853205c1bf65c308e4fb /devel/qt4-porting | |
parent | a89bbaf869b99b813eb1a147e18884857d7e5495 (diff) |
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- 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 <bkoenig@alpha-tierchen.de>
Notes
Notes:
svn path=/head/; revision=196993
Diffstat (limited to 'devel/qt4-porting')
-rw-r--r-- | devel/qt4-porting/Makefile | 2 | ||||
-rw-r--r-- | devel/qt4-porting/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
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 |