diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-08-03 10:11:22 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-08-03 10:11:22 +0000 |
commit | 9ee51810af8236b71e4c22b86a9dbc51b482621c (patch) | |
tree | 5a12759eedaaa7d4792dcc5f45de120b16c4fd1d /graphics/linux-tiff/Makefile | |
parent | Retire ruby-optparse, which is now part of lang/ruby16-shim-ruby18. (diff) |
MAINTEINER-suggested version up.
Install RPMs from RedHat 7.1 instead of RedHat 6.1.
Thanks to this upgrade, many ports (pips, bjfilter,..)
is internationalized without *-linux-locale port.
I have verified this modification imposed no fatal error to
the depending ports.
Submitted by: Maintainer (taoka@FreeBSD.org)
Reviewed by: ports-jp
Diffstat (limited to 'graphics/linux-tiff/Makefile')
-rw-r--r-- | graphics/linux-tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-tiff/Makefile b/graphics/linux-tiff/Makefile index 2c8faef3c798..a05c45a87234 100644 --- a/graphics/linux-tiff/Makefile +++ b/graphics/linux-tiff/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tiff -PORTVERSION= 3.4 +PORTVERSION= 3.5.5 CATEGORIES= graphics linux MAINTAINER= taoka@FreeBSD.org -RPM_SET= libtiff-${PORTVERSION}-6.${MACHINE_ARCH}.rpm +RPM_SET= libtiff-${PORTVERSION}-10.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |