diff options
author | makc <makc@FreeBSD.org> | 2015-02-25 05:39:19 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-02-25 05:39:19 +0800 |
commit | 8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58 (patch) | |
tree | c122229210bc977fc90001ec7080781c749648cc /misc/qt4-l10n | |
parent | 1629cc08051ebe3820167fef51e7a938733ba493 (diff) | |
download | freebsd-ports-gnome-8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58.tar.gz freebsd-ports-gnome-8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58.tar.zst freebsd-ports-gnome-8d475ccc63833fa7a9f09b3b5cc9bffd7a928d58.zip |
Introduce new USE_QT4 component linguisttools for lrelease/lupdate tools
split from from devel/qt4-linguist (similar to Qt 5 ports). These console
tools are often used for localization support in Qt ports, having them
standalone is quite useful. This work is based on Tobias Berner patch [1].
PR: 190929 [1]
Requested by: amdmi3, koobs
Diffstat (limited to 'misc/qt4-l10n')
-rw-r--r-- | misc/qt4-l10n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/qt4-l10n/Makefile b/misc/qt4-l10n/Makefile index fedb8cb4df77..082ee0176845 100644 --- a/misc/qt4-l10n/Makefile +++ b/misc/qt4-l10n/Makefile @@ -2,13 +2,14 @@ PORTNAME= l10n DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= misc PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt localized messages -USE_QT4= linguist_build +USE_QT4= linguisttools_build QT_DIST= yes EXTRACT_AFTER_ARGS+= --include '${DISTNAME}/src/corelib' \ |