diff options
-rw-r--r-- | graphics/Makefile | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8306559dbbf0..f7d5cce27702 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,9 +1,23 @@ -# $Id: Makefile,v 1.9 1995/05/14 07:13:30 asami Exp $ -# -# BROKEN: Mesa (doesn't install) +# $Id: Makefile,v 1.10 1995/05/15 04:18:59 asami Exp $ # -SUBDIR= ImageMagick dore jpeg mpeg-lib mpeg_play netpbm \ - pixmap povray tiff vcg xanim xfig xli xpaint xpm xv + SUBDIR += ImageMagick + BROKEN += Mesa # doesn't install + SUBDIR += dore + SUBDIR += jpeg + SUBDIR += mpeg-lib + SUBDIR += mpeg_play + SUBDIR += netpbm + SUBDIR += pixmap + SUBDIR += povray + SUBDIR += tiff + SUBDIR += vcg + SUBDIR += xanim + SUBDIR += xdl + SUBDIR += xfig + SUBDIR += xli + SUBDIR += xpaint + SUBDIR += xpm + SUBDIR += xv .include <bsd.port.subdir.mk> |