diff options
author | max <max@FreeBSD.org> | 1997-01-09 10:51:06 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-09 10:51:06 +0000 |
commit | 3174f77cca1b74a2879f0382f7712ff051989aa2 (patch) | |
tree | 6d1daf0ffdcc21cfdeee196622e5a793ffa350d1 /graphics/Makefile | |
parent | 68c02db76ffb92af7f85f79031c4bad4df57caaf (diff) | |
download | FreeBSD-ports-3174f77cca1b74a2879f0382f7712ff051989aa2.zip FreeBSD-ports-3174f77cca1b74a2879f0382f7712ff051989aa2.tar.gz |
Enable tiff34
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 cb0d31e..fd0e29fe 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.35 1996/12/23 07:34:57 tg Exp $ +# $Id: Makefile,v 1.36 1996/12/23 17:43:31 jmz Exp $ # SUBDIR += ImageMagick @@ -33,6 +33,7 @@ SUBDIR += splitmpg SUBDIR += tgif SUBDIR += tiff + SUBDIR += tiff34 SUBDIR += txtmerge SUBDIR += vcg SUBDIR += xanim |