diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-18 00:34:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-18 00:34:16 +0000 |
commit | ef8ece6b98a49e52428148177e4f10878b1fadb8 (patch) | |
tree | 10b9ce47467dd17536841571340544faabdf92ea /graphics/Makefile | |
parent | c62f6d048027b438a7be5e6eeec1776d48d0dbba (diff) | |
download | ports-ef8ece6b98a49e52428148177e4f10878b1fadb8.tar.gz ports-ef8ece6b98a49e52428148177e4f10878b1fadb8.zip |
Notes
Diffstat (limited to 'graphics/Makefile')
-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> |