diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-01-31 11:13:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-01-31 11:13:36 +0000 |
commit | 0cacfb64bbb4e5c5ff7fc82e24bc802fd34a62f9 (patch) | |
tree | 59df9db7680b282500a30e3e762cf235e1c2b7d9 /graphics/Makefile | |
parent | b597026acc6133669a225c9d8e8f124bc526b22b (diff) | |
download | ports-0cacfb64bbb4e5c5ff7fc82e24bc802fd34a62f9.tar.gz ports-0cacfb64bbb4e5c5ff7fc82e24bc802fd34a62f9.zip |
Added tgif.
Notes
Notes:
svn path=/head/; revision=2666
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 926b900c6f9e..1e8d3892a304 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1995/11/09 06:50:18 asami Exp $ +# $Id: Makefile,v 1.17 1995/12/05 02:49:53 ache Exp $ # SUBDIR += ImageMagick @@ -13,6 +13,7 @@ SUBDIR += png SUBDIR += povray SUBDIR += spigot + SUBDIR += tgif SUBDIR += tiff SUBDIR += vcg SUBDIR += xanim |