diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-18 14:27:35 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-18 14:27:35 +0000 |
commit | 5b690210ed241e222303f36ecd846db93d1c8d8b (patch) | |
tree | cb4106f9c9f3f6c5242f1eac6aba7963f10a26e1 /x11-wm | |
parent | 7d9fa26189a0e71d031e04ca0d7d426402a75475 (diff) | |
download | FreeBSD-ports-5b690210ed241e222303f36ecd846db93d1c8d8b.zip FreeBSD-ports-5b690210ed241e222303f36ecd846db93d1c8d8b.tar.gz |
Mark as deprecated, since it does not work with the latest API changes.
(unless someone wants to do this work?)
Approved by: flynn@energyhq.es.eu.org (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mkultra/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/mkultra/Makefile b/x11-wm/mkultra/Makefile index ff0bc05..3d95dc4 100644 --- a/x11-wm/mkultra/Makefile +++ b/x11-wm/mkultra/Makefile @@ -15,8 +15,9 @@ DISTNAME= 2865-${PORTNAME}-${PORTVERSION} MAINTAINER= flynn@energyhq.es.eu.org COMMENT= A lightweight native KWin style for KDE3 -BROKEN= 'Does not build since KDE 3.2' -IGNORE= ${BROKEN} +BROKEN= 'Does not build since KDE 3.2 because of new kwin API' +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= '18 June 2004' WRKSRC= ${WRKDIR}/${PORTNAME} |