diff options
author | ache <ache@FreeBSD.org> | 1995-12-05 10:49:53 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-05 10:49:53 +0800 |
commit | 1c4c61d339b1e7f4e9dda9e1dba7311d1d1e5a29 (patch) | |
tree | 852d321073487f12a77fd82c0006490e3135d630 | |
parent | 8675be9bc307f05c829e3d86d4fc12b7c631371c (diff) | |
download | freebsd-ports-gnome-1c4c61d339b1e7f4e9dda9e1dba7311d1d1e5a29.tar.gz freebsd-ports-gnome-1c4c61d339b1e7f4e9dda9e1dba7311d1d1e5a29.tar.zst freebsd-ports-gnome-1c4c61d339b1e7f4e9dda9e1dba7311d1d1e5a29.zip |
Add png
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a1fb389beb10..926b900c6f9e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1995/10/03 09:36:49 asami Exp $ +# $Id: Makefile,v 1.16 1995/11/09 06:50:18 asami Exp $ # SUBDIR += ImageMagick @@ -10,6 +10,7 @@ SUBDIR += mpeg_play SUBDIR += netpbm SUBDIR += pixmap + SUBDIR += png SUBDIR += povray SUBDIR += spigot SUBDIR += tiff |