diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-08 10:18:32 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-08 10:18:32 +0000 |
commit | 6f5591e453f00c9e296437fbf458fe239eb13e1d (patch) | |
tree | 13a6ce8708bc65ceed875774738409adfc880c65 /devel/linux-glib2/Makefile | |
parent | 243bae74506bb506cdff93325044220ec731807f (diff) |
Notes
Diffstat (limited to 'devel/linux-glib2/Makefile')
-rw-r--r-- | devel/linux-glib2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/linux-glib2/Makefile b/devel/linux-glib2/Makefile index 47bb649f21e3..2625e8c415c2 100644 --- a/devel/linux-glib2/Makefile +++ b/devel/linux-glib2/Makefile @@ -6,17 +6,19 @@ # PORTNAME= glib2 -PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTVERSION= 2.2.3 CATEGORIES= devel linux +MASTER_SITES= \ + http://mirrors.kernel.org/fedora/core/1/i386/os/Fedora/RPMS/ \ + http://distro.ibilio.org/pub/linux/distributions/fedora/linux/core/1/i386/os/Fedora/RPMS/ + MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Version 2.X Linux/i386 binary port of GLib -BASEVERSION= 9 ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist RESTRICTED= "binary under GNU LGPL without accompanying source" -RPM_SET= glib2-2.2.1-1.i386.rpm +RPM_SET= glib2-${PORTVERSION}-1.1.i386.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |