diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-15 04:18:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-15 04:18:59 +0000 |
commit | 0ec5c523ee7dc6129b9b9d11283e901af3aa9da0 (patch) | |
tree | 40fa78b4f0e2fe57ba514659a400b88a5eae7c62 /graphics | |
parent | 21b58a9b6f7fbd1c3620ef1d3784aee825535897 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6932966e36f8..8306559dbbf0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,10 +1,9 @@ -# $Id: Makefile,v 1.8 1995/05/14 03:29:33 asami Exp $ +# $Id: Makefile,v 1.9 1995/05/14 07:13:30 asami Exp $ # # BROKEN: Mesa (doesn't install) -# BROKEN: vcg (can't connect to ftp site) # SUBDIR= ImageMagick dore jpeg mpeg-lib mpeg_play netpbm \ - pixmap povray tiff xanim xfig xli xpaint xpm xv + pixmap povray tiff vcg xanim xfig xli xpaint xpm xv .include <bsd.port.subdir.mk> |