diff options
-rw-r--r-- | graphics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2b58782ef210..18563d583dd8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.3 1995/02/21 17:16:25 jkh Exp $ +# $Id: Makefile,v 1.4 1995/02/26 01:19:17 ats Exp $ # # Broken povray -SUBDIR= dore mpeg-lib mpeg_play netpbm jpeg tiff xanim xli xfig \ - xpaint xpm xv +SUBDIR= ImageMagick dore mpeg-lib mpeg_play netpbm jpeg \ + tiff xanim xli xfig xpaint xpm xv .include <bsd.port.subdir.mk> |