diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /textproc/uim-qt4 | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) | |
download | ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.tar.gz ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.zip |
Notes
Diffstat (limited to 'textproc/uim-qt4')
-rw-r--r-- | textproc/uim-qt4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/uim-qt4/Makefile b/textproc/uim-qt4/Makefile index dac05fa60292..d0ae1c606a49 100644 --- a/textproc/uim-qt4/Makefile +++ b/textproc/uim-qt4/Makefile @@ -11,8 +11,7 @@ COMMENT= Qt4 modules of uim input method LIB_DEPENDS= uim.8:${PORTSDIR}/textproc/uim -USE_QT_VER= 4 -QT_COMPONENTS= qmake_build moc_build qt3support uic +USE_QT4= qmake_build moc_build qt3support uic USE_AUTOTOOLS= libtool USE_ICONV= yes |