summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-26 01:19:17 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-26 01:19:17 +0000
commit527610a23db03d2b88fd8ade785383ef555cad99 (patch)
tree5954adf1930905dd6d8f7ef55ed5d1a1e0a6c371 /graphics/Makefile
parentDisable tclX until someone fixes it. It expects a static tk library, but (diff)
Disable povray until someone fixes it. I try's to use the matherr functions
and defines like DOMAIN, but we don't have them.
Notes
Notes: svn path=/head/; revision=1042
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index c1bd557128e8..2b58782ef210 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>