diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 23:30:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 23:30:19 +0800 |
commit | 61a93b3203c26058acfa0a4003a32c15f2773fdf (patch) | |
tree | a734043392cba40b0811a3488e0dc0e0f091f1b0 /textproc/uim-qt | |
parent | ada581194cdf3dfb5c11479c38c1135aa7654593 (diff) | |
download | freebsd-ports-graphics-61a93b3203c26058acfa0a4003a32c15f2773fdf.tar.gz freebsd-ports-graphics-61a93b3203c26058acfa0a4003a32c15f2773fdf.tar.zst freebsd-ports-graphics-61a93b3203c26058acfa0a4003a32c15f2773fdf.zip |
Mark as broken: leaves usr/local/etc/settings behind on deinstall.
Diffstat (limited to 'textproc/uim-qt')
-rw-r--r-- | textproc/uim-qt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile index 47cd7ecb5b9..2b715a28c69 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -12,6 +12,10 @@ COMMENT= QT modules of uim input method LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 \ uim.4:${PORTSDIR}/textproc/uim +BROKEN= fails to deinstall cleanly +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2007-11-29 + USE_AUTOTOOLS= libtool:15 MASTERDIR= ${.CURDIR}/../../textproc/uim |