diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-13 19:13:58 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-13 19:13:58 +0000 |
commit | 90deb54f2305168b43e194af5e3a7fc667abfde2 (patch) | |
tree | 197dd6d02aacc83a0f954cd2a68fbdf582b48e27 /graphics | |
parent | ce27b66e2dbc281e0801ef0f34f168faa021e611 (diff) | |
download | ports-90deb54f2305168b43e194af5e3a7fc667abfde2.tar.gz ports-90deb54f2305168b43e194af5e3a7fc667abfde2.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 18563d583dd8..ca6b6fe1a21b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.4 1995/02/26 01:19:17 ats Exp $ +# $Id: Makefile,v 1.5 1995/03/19 16:19:15 ats Exp $ # # Broken povray SUBDIR= ImageMagick dore mpeg-lib mpeg_play netpbm jpeg \ - tiff xanim xli xfig xpaint xpm xv + pixmap tiff xanim xli xfig xpaint xpm xv .include <bsd.port.subdir.mk> |