Depend on qt4-porting.

uic3 was crashing when building ports which call it (such as
kdenetwork4 when building the SMS Kopete plugin) if qt4-porting was
not present, as uic3 needs q3porting.xml (provided by qt4-porting) to
work.
This commit is contained in:
Raphael Kubo da Costa 2012-06-14 16:20:21 +00:00
parent ec55caab6c
commit 780da5fc37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299264

View File

@ -8,13 +8,14 @@
PORTNAME= uic3
DISTVERSION= ${QT4_VERSION}
PORTREVISION= 1
CATEGORIES?= devel
PKGNAMEPREFIX= qt4-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt backwards-compatible user interface compiler
USE_QT4= qmake_build qt3support corelib gui network sql xml
USE_QT4= qmake_build qt3support corelib gui network sql xml porting
QT_NONSTANDARD= yes
QT_DIST= yes
MAKE_JOBS_SAFE= yes