diff options
author | arved <arved@FreeBSD.org> | 2011-01-20 19:26:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-01-20 19:26:00 +0800 |
commit | e8c2b26875a6652d302285c32cceeb1e05db1a9d (patch) | |
tree | d65477854764ddbcbf66c4bf46b37487bb5b5218 | |
parent | 41a280366a58154ef16819f303bf5981c4ffe6d7 (diff) | |
download | freebsd-ports-graphics-e8c2b26875a6652d302285c32cceeb1e05db1a9d.tar.gz freebsd-ports-graphics-e8c2b26875a6652d302285c32cceeb1e05db1a9d.tar.zst freebsd-ports-graphics-e8c2b26875a6652d302285c32cceeb1e05db1a9d.zip |
Add DEPRECATED and set an EXPIRATION_DATE: does not compile on supported
versions of FreeBSD
Feature safe: yes
-rw-r--r-- | graphics/ray++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |