diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-18 23:02:35 +0000 |
commit | b70e8b7e1de586c9f68122d4a37c3533e8b79b8a (patch) | |
tree | daa87464331d7a402c941bab0dc2a11aa17eded2 /x11-toolkits | |
parent | 22062658cbb067b033cde2955d3b2b58d2645691 (diff) | |
download | ports-b70e8b7e1de586c9f68122d4a37c3533e8b79b8a.tar.gz ports-b70e8b7e1de586c9f68122d4a37c3533e8b79b8a.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/flu/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Glade/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-kde/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/flu/Makefile b/x11-toolkits/flu/Makefile index a6d98fb81a72..b34151f1b100 100644 --- a/x11-toolkits/flu/Makefile +++ b/x11-toolkits/flu/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A small collection of FLTK Widgets BROKEN= Broken pkg-plist +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index 98ce2810fedd..4ee69338e4ac 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -18,6 +18,8 @@ OPTIONS= GHC5 "Build for ghc5" off \ IHASKELL "Build with iHaskell" off BROKEN= "Build fails" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_GNOME= glib12 gtk12 diff --git a/x11-toolkits/p5-Glade/Makefile b/x11-toolkits/p5-Glade/Makefile index 9fdf2e5e18cc..e39d8c51fba5 100644 --- a/x11-toolkits/p5-Glade/Makefile +++ b/x11-toolkits/p5-Glade/Makefile @@ -33,5 +33,7 @@ IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try aga .else BROKEN= "Build fails" .endif +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} .include <bsd.port.post.mk> diff --git a/x11-toolkits/py-kde/Makefile b/x11-toolkits/py-kde/Makefile index f88ca61f706f..95febaec2c57 100644 --- a/x11-toolkits/py-kde/Makefile +++ b/x11-toolkits/py-kde/Makefile @@ -17,6 +17,8 @@ MAINTAINER= danny@ricin.com COMMENT= Python Bindings for KDE3 BROKEN= "Does not compile with KDE >= 3.3.1" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= ${BUILD_DEPENDS} |