diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-09 08:51:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-09 08:51:10 +0000 |
commit | a91bbb42334aaa5cc4a5594113b18ee686cd14fc (patch) | |
tree | 5f580906cfdf90b715a0d2868081752be5943848 /textproc | |
parent | - Unbreak build with clang (diff) |
- Mark BROKEN
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=265914
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-kde4/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-qt4/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile index 81efa7f02a53..7639d33b0a9d 100644 --- a/textproc/uim-kde4/Makefile +++ b/textproc/uim-kde4/Makefile @@ -13,6 +13,8 @@ BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= uim.7:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt +BROKEN= does not compile + USE_GCC= 4.2+ USE_KDE4= kdelibs automoc4 USE_QT_VER= 4 diff --git a/textproc/uim-qt4/Makefile b/textproc/uim-qt4/Makefile index 6e3dd00c9776..eb7bd4823a2d 100644 --- a/textproc/uim-qt4/Makefile +++ b/textproc/uim-qt4/Makefile @@ -11,6 +11,8 @@ COMMENT= Qt4 modules of uim input method LIB_DEPENDS= uim.7:${PORTSDIR}/textproc/uim +BROKEN= bad plist + USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build qt3support uic USE_AUTOTOOLS= libtool |