diff options
Diffstat (limited to 'devel/qt4/Makefile')
-rw-r--r-- | devel/qt4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/qt4/Makefile b/devel/qt4/Makefile index 4cda337a34da..b39d06fb8179 100644 --- a/devel/qt4/Makefile +++ b/devel/qt4/Makefile @@ -7,7 +7,7 @@ PORTNAME= qt4 PORTVERSION= ${QT4_VERSION} -PORTREVISION= 2 +PORTREVISION=0 CATEGORIES= devel MASTER_SITES= # empty DISTFILES= # none @@ -33,6 +33,10 @@ NO_BUILD= yes .include <bsd.port.pre.mk> +.if !defined(WITHOUT_NLS) +RUN_DEPENDS+= qt4-l10n>=${QT4_VERSION}:${PORTSDIR}/misc/qt4-l10n +.endif + .if defined(WITH_TOOLS) QT_COMPONENTS+= help-tools linguist makeqpf moc pixeltool \ porting qmake rcc uic uic3 |