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-imlib/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 '')
-rw-r--r-- | graphics/linux-imlib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/linux-imlib/Makefile b/graphics/linux-imlib/Makefile index 78f7beaccf31..ed665fb95db6 100644 --- a/graphics/linux-imlib/Makefile +++ b/graphics/linux-imlib/Makefile @@ -6,16 +6,11 @@ # PORTNAME= imlib -PORTVERSION= 1.9.7 +PORTVERSION= 1.9.8.1 CATEGORIES= graphics linux -.if (${MACHINE_ARCH} == "i386") -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/os/i386/RedHat/RPMS/ -.elif (${MACHINE_ARCH} == "alpha") -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/os/alpha/RedHat/RPMS/ -.endif MAINTAINER= taoka@FreeBSD.org -RPM_SET= imlib-${PORTVERSION}-1.${MACHINE_ARCH}.rpm +RPM_SET= imlib-${PORTVERSION}-2.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |