diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
commit | bdb01e436951afbc072801302b9a72407299f54a (patch) | |
tree | 204231aa3dafe24790c35a32986984cdb94f5cd1 /chinese | |
parent | 6ec4188dabec3cbd63cc23138b8ae1aea5370086 (diff) | |
download | freebsd-ports-graphics-bdb01e436951afbc072801302b9a72407299f54a.tar.gz freebsd-ports-graphics-bdb01e436951afbc072801302b9a72407299f54a.tar.zst freebsd-ports-graphics-bdb01e436951afbc072801302b9a72407299f54a.zip |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 3 | ||||
-rw-r--r-- | chinese/fqterm/Makefile | 3 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 3 | ||||
-rw-r--r-- | chinese/qt4-codecs-cn/Makefile | 3 | ||||
-rw-r--r-- | chinese/qt4-codecs-tw/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 0b363d80423..90168ed05a9 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -68,8 +68,7 @@ SUB_LIST+= GTK3_IM=xim .if ${PORT_OPTIONS:MQT4} USE_QT= yes -USE_QT_VER= 4 -QT_COMPONENTS= gui +USE_QT4= gui CMAKE_ARGS+= -DENABLE_QT_IM_MODULE=ON PLIST_SUB+= QT4="" .else diff --git a/chinese/fqterm/Makefile b/chinese/fqterm/Makefile index edaf4d55a6f..187294a06b6 100644 --- a/chinese/fqterm/Makefile +++ b/chinese/fqterm/Makefile @@ -21,8 +21,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-install pkg-deinstall ${PORTNAME}.desktop USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto USE_ZIP= yes -USE_QT_VER= 4 -QT_COMPONENTS= gui network script qt3support imageformats \ +USE_QT4= gui network script qt3support imageformats \ codecs-cn codecs-tw codecs-jp codecs-kr \ qmake_build moc_build rcc_build uic_build linguist_build diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index 41cba2a7f50..52d50cf6075 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -38,8 +38,7 @@ MAN1= gcin.1 gcin-exit.1 gcin2tab.1 gcin-gb-toggle.1 gcin-kbm-toggle.1 \ .include <bsd.port.options.mk> .if defined(WITH_QT_IM_MODULE) -USE_QT_VER= 4 -QT_COMPONENTS= inputmethods qmake_build moc_build corelib gui +USE_QT4= inputmethods qmake_build moc_build corelib gui LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng PLIST_SUB+= QT_IM_MODULE="" .else diff --git a/chinese/qt4-codecs-cn/Makefile b/chinese/qt4-codecs-cn/Makefile index 672df5ed9b7..72b085611d4 100644 --- a/chinese/qt4-codecs-cn/Makefile +++ b/chinese/qt4-codecs-cn/Makefile @@ -15,8 +15,7 @@ PKGNAMESUFFIX= -cn MAINTAINER= kde@FreeBSD.org COMMENT= Qt GB 18030 codec plugin -USE_QT_VER= 4 -QT_COMPONENTS= qmake_build corelib +USE_QT4= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes diff --git a/chinese/qt4-codecs-tw/Makefile b/chinese/qt4-codecs-tw/Makefile index addf41698bf..ed2d8603317 100644 --- a/chinese/qt4-codecs-tw/Makefile +++ b/chinese/qt4-codecs-tw/Makefile @@ -15,8 +15,7 @@ PKGNAMESUFFIX= -tw MAINTAINER= kde@FreeBSD.org COMMENT= Qt Big-5 codec plugin -USE_QT_VER= 4 -QT_COMPONENTS= qmake_build corelib +USE_QT4= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes |