diff options
author | max <max@FreeBSD.org> | 1997-01-09 18:51:06 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-09 18:51:06 +0800 |
commit | 3174f77cca1b74a2879f0382f7712ff051989aa2 (patch) | |
tree | 6d1daf0ffdcc21cfdeee196622e5a793ffa350d1 /graphics | |
parent | 68c02db76ffb92af7f85f79031c4bad4df57caaf (diff) | |
download | freebsd-ports-gnome-3174f77cca1b74a2879f0382f7712ff051989aa2.tar.gz freebsd-ports-gnome-3174f77cca1b74a2879f0382f7712ff051989aa2.tar.zst freebsd-ports-gnome-3174f77cca1b74a2879f0382f7712ff051989aa2.zip |
Enable tiff34
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index cb0d31e72678..fd0e29feaf19 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 |