diff options
author | pav <pav@FreeBSD.org> | 2010-12-09 16:51:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-09 16:51:10 +0800 |
commit | e930a4edd69395b061a3df3d9ba5145e2ec9986e (patch) | |
tree | 82442da7d04bdf5fbf7ed67387d6ff1e92d96db3 /textproc | |
parent | 41f09f7efa5c53e0334b7332267508497f90ac20 (diff) | |
download | freebsd-ports-gnome-e930a4edd69395b061a3df3d9ba5145e2ec9986e.tar.gz freebsd-ports-gnome-e930a4edd69395b061a3df3d9ba5145e2ec9986e.tar.zst freebsd-ports-gnome-e930a4edd69395b061a3df3d9ba5145e2ec9986e.zip |
- Mark BROKEN
Reported by: pointyhat
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 |