aboutsummaryrefslogtreecommitdiff
path: root/x11/linux-gnomelibs/Makefile
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-08-03 10:11:22 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-08-03 10:11:22 +0000
commit9ee51810af8236b71e4c22b86a9dbc51b482621c (patch)
tree5a12759eedaaa7d4792dcc5f45de120b16c4fd1d /x11/linux-gnomelibs/Makefile
parenta72262f89ae589458d71f5da15497ce3780bb3a0 (diff)
downloadports-9ee51810af8236b71e4c22b86a9dbc51b482621c.tar.gz
ports-9ee51810af8236b71e4c22b86a9dbc51b482621c.zip
Notes
Diffstat (limited to 'x11/linux-gnomelibs/Makefile')
-rw-r--r--x11/linux-gnomelibs/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11/linux-gnomelibs/Makefile b/x11/linux-gnomelibs/Makefile
index dfd9fc7b4f96..832e78fc82f0 100644
--- a/x11/linux-gnomelibs/Makefile
+++ b/x11/linux-gnomelibs/Makefile
@@ -6,22 +6,17 @@
#
PORTNAME= gnomelibs
-.if (${MACHINE_ARCH} == "i386")
-PORTVERSION= 1.0.40
-.elif (${MACHINE_ARCH} == "alpha")
-PORTVERSION= 1.0.54
-.endif
-
+PORTVERSION= 1.2.8
CATEGORIES= x11 linux
MAINTAINER= taoka@FreeBSD.org
-RPM_SET= gnome-libs-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
+RPM_SET= gnome-libs-${PORTVERSION}-11.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
.if (${MACHINE_ARCH} == "i386")
-MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/os/i386/RedHat/RPMS/
+MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.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/
+MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/alpha/RedHat/RPMS/
.endif