From e8c2b26875a6652d302285c32cceeb1e05db1a9d Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 20 Jan 2011 11:26:00 +0000 Subject: Add DEPRECATED and set an EXPIRATION_DATE: does not compile on supported versions of FreeBSD Feature safe: yes --- graphics/ray++/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index 02c41e8e64e..74a02701257 100644 --- a/graphics/ray++/Makefile +++ b/graphics/ray++/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= SF/raypp/raypp/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A collection of C++ classes needed for ray tracing +DEPRECATED= Does not compile on supported versions of FreeBSD +EXPIRATION_DATE=2011-02-04 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-fast-handles USE_GMAKE= yes -- cgit