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 /graphics/k3d/Makefile | |
parent | 22062658cbb067b033cde2955d3b2b58d2645691 (diff) | |
download | ports-b70e8b7e1de586c9f68122d4a37c3533e8b79b8a.tar.gz ports-b70e8b7e1de586c9f68122d4a37c3533e8b79b8a.zip |
Notes
Diffstat (limited to 'graphics/k3d/Makefile')
-rw-r--r-- | graphics/k3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index 9dc8a027faf7..0ad388116dc9 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -51,6 +51,8 @@ BROKEN= "Does not compile on FreeBSD >= 5.x" .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif +EXPIRATION_DATE=2005-02-18 +DEPRECATED= "Does not compile" post-install: .for dir in ${PREFIX}/include/k3d ${PREFIX}/share/k3d ${PREFIX}/lib/k3d |