diff options
author | kris <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
commit | f62863c25a041364a32d55be531b4482dc026dc8 (patch) | |
tree | 1271c6aa115afcfcbc3c95fe26593051e9a5ebbc /x11-themes | |
parent | f108e4124947ebc2dbf1312e28ad051b4396e33a (diff) | |
download | FreeBSD-ports-f62863c25a041364a32d55be531b4482dc026dc8.zip FreeBSD-ports-f62863c25a041364a32d55be531b4482dc026dc8.tar.gz |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/aquaosk/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/kwin_flatcurve/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-themes/aquaosk/Makefile b/x11-themes/aquaosk/Makefile index 923d881..210c7fd 100644 --- a/x11-themes/aquaosk/Makefile +++ b/x11-themes/aquaosk/Makefile @@ -16,6 +16,8 @@ MAINTAINER= brian@quynh-and-brian.org COMMENT= An Acqua-like native window decoration for KDE 3 BROKEN= Does not build since KDE 3.2 +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} CONFIGURE_ARGS= --prefix=${PREFIX} INSTALLS_SHLIB= yes diff --git a/x11-themes/kwin_flatcurve/Makefile b/x11-themes/kwin_flatcurve/Makefile index a4c2144..c96777b 100644 --- a/x11-themes/kwin_flatcurve/Makefile +++ b/x11-themes/kwin_flatcurve/Makefile @@ -15,7 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Bluecurve style window decoration for KDEs WM BROKEN= "Does not build with KDE 3.2" -IGNORE= ${BROKEN} +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_KDEBASE_VER= 3 WRKSRC= ${WRKDIR}/flatcurve-${PORTVERSION} |