diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:30:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:30:19 +0000 |
commit | 3fd31c15d594a1b0dcdca518615e012cde727b54 (patch) | |
tree | 649a0b0621f044a5ed7366333687fde14c1d3988 | |
parent | Mark broken with gcc4.2 (well, only the client is). Solution: upgrade to (diff) |
Mark as broken: leaves usr/local/etc/settings behind on deinstall.
Notes
Notes:
svn path=/head/; revision=200359
-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 47cd7ecb5b9f..2b715a28c69f 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 |