diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-25 05:37:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-25 05:37:23 +0800 |
commit | 1606bafb0a77b934db063c7127230a58c5757373 (patch) | |
tree | 7216abcc565c95355fc721ff5359e4a33377a5c4 /textproc | |
parent | 59dd571cd29321a1c6a6185752a9506de75372d1 (diff) | |
download | freebsd-ports-gnome-1606bafb0a77b934db063c7127230a58c5757373.tar.gz freebsd-ports-gnome-1606bafb0a77b934db063c7127230a58c5757373.tar.zst freebsd-ports-gnome-1606bafb0a77b934db063c7127230a58c5757373.zip |
- Mark BROKEN (fails to configure)
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-qt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile index 15a7a4d01467..c01d55ecda4d 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -28,6 +28,8 @@ UIM_SLAVE= yes EXTRA_PATCHES= ${PATCHDIR}/extra-patch-qt_Makefile.in \ ${PATCHDIR}/extra-patch-qt_chardict_po_Makefile.in.in +BROKEN= fails to configure + .if defined(WITHOUT_X11) IGNORE= requires X11 .endif |