diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-27 22:02:15 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-27 22:02:15 +0000 |
commit | fb994a357a665659230983238218e4a8067e8b7c (patch) | |
tree | 9c822eddf0b2dcbdb2af378c66a08b76570a9166 /chinese | |
parent | 5777946a33d74c97ef5f50647f128f7693002e09 (diff) | |
download | ports-fb994a357a665659230983238218e4a8067e8b7c.tar.gz ports-fb994a357a665659230983238218e4a8067e8b7c.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fqterm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/fqterm/Makefile b/chinese/fqterm/Makefile index 7586740b5b04..60ccf43ef4cb 100644 --- a/chinese/fqterm/Makefile +++ b/chinese/fqterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= fqterm PORTVERSION= 0.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,9 +23,9 @@ 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 imageformats moc network qmake rcc script uic \ - codecs-cn codecs-tw codecs-jp codecs-kr qt3support \ - linguist +QT_COMPONENTS= gui network script qt3support imageformats \ + codecs-cn codecs-tw codecs-jp codecs-kr \ + qmake_build moc_build rcc_build uic_build linguist_build HAS_CONFIGURE= yes USE_DOS2UNIX= src/ui/popwidget.cpp |