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 /devel/linux-libglade2/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 'devel/linux-libglade2/Makefile')
-rw-r--r-- | devel/linux-libglade2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/linux-libglade2/Makefile b/devel/linux-libglade2/Makefile index 5fcb0bcc4d22..62e4eff07c76 100644 --- a/devel/linux-libglade2/Makefile +++ b/devel/linux-libglade2/Makefile @@ -6,15 +6,11 @@ # PORTNAME= libglade -.if (${MACHINE_ARCH} == "i386") -PORTVERSION= 0.6 -.elif (${MACHINE_ARCH} == "alpha") -PORTVERSION= 0.7 -.endif +PORTVERSION= 0.14 CATEGORIES= devel linux MAINTAINER= taoka@FreeBSD.org -RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm +RPM_SET= libglade-${PORTVERSION}-3.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |