diff options
author | ats <ats@FreeBSD.org> | 1995-02-26 09:19:17 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-26 09:19:17 +0800 |
commit | 988e8e613f615edc3c833c94dd3192c48d0deb74 (patch) | |
tree | 6b0449de509212328704380c49fa363c68c93074 /graphics | |
parent | 0686d7787d4e39f310c9da86229125d8bb8377b3 (diff) | |
download | freebsd-ports-graphics-988e8e613f615edc3c833c94dd3192c48d0deb74.tar.gz freebsd-ports-graphics-988e8e613f615edc3c833c94dd3192c48d0deb74.tar.zst freebsd-ports-graphics-988e8e613f615edc3c833c94dd3192c48d0deb74.zip |
Disable povray until someone fixes it. I try's to use the matherr functions
and defines like DOMAIN, but we don't have them.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c1bd557128e..2b58782ef21 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,6 +1,8 @@ -# $Id: Makefile,v 1.2 1995/01/13 13:44:56 jkh Exp $ +# $Id: Makefile,v 1.3 1995/02/21 17:16:25 jkh Exp $ # -SUBDIR= dore mpeg-lib mpeg_play netpbm povray jpeg tiff xanim xli xfig \ +# Broken povray + +SUBDIR= dore mpeg-lib mpeg_play netpbm jpeg tiff xanim xli xfig \ xpaint xpm xv .include <bsd.port.subdir.mk> |