diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-16 04:14:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-16 04:14:25 +0000 |
commit | df6b8fee86463652fe49b349fc22628ad59661c5 (patch) | |
tree | 15b894a329ec3c4e9f9c3d812b15d9dedd35a7e0 /graphics/tiff/Makefile | |
parent | 10520cd7e67e375ef6d4a74d9ba85fb17cdcf366 (diff) | |
download | ports-df6b8fee86463652fe49b349fc22628ad59661c5.tar.gz ports-df6b8fee86463652fe49b349fc22628ad59661c5.zip |
- bugfix in YCbCr support
some tables were initialized with wrong value
missing check for division by zero
Submitted by: Hans Petter Selasky
Notes
Notes:
svn path=/head/; revision=121731
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 6eb57c66f858..64ba8ad8fef1 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -9,7 +9,7 @@ PORTNAME= tiff PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://dl1.maptools.org/dl/libtiff/ |