diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-18 22:27:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-18 22:27:35 +0800 |
commit | 5b690210ed241e222303f36ecd846db93d1c8d8b (patch) | |
tree | cb4106f9c9f3f6c5242f1eac6aba7963f10a26e1 /x11-themes | |
parent | 7d9fa26189a0e71d031e04ca0d7d426402a75475 (diff) | |
download | freebsd-ports-gnome-5b690210ed241e222303f36ecd846db93d1c8d8b.tar.gz freebsd-ports-gnome-5b690210ed241e222303f36ecd846db93d1c8d8b.tar.zst freebsd-ports-gnome-5b690210ed241e222303f36ecd846db93d1c8d8b.zip |
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-themes')
-rw-r--r-- | x11-themes/mkultra/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/mkultra/Makefile b/x11-themes/mkultra/Makefile index ff0bc0544d5e..3d95dc430b54 100644 --- a/x11-themes/mkultra/Makefile +++ b/x11-themes/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} |