diff options
author | ade <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
commit | 5b49c19c5242ff2ec52897543245b51c60c4834a (patch) | |
tree | e4cf09605a9a52737e1a94649358c5c4dd0c4e55 /x11-toolkits | |
parent | 229af19ab23506a643b22ee34e21fbd1f7980f07 (diff) | |
download | freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.gz freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.zst freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.zip |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gob/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gob/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gob/Makefile b/x11-toolkits/gob/Makefile index ebed89f89440..a570df489680 100644 --- a/x11-toolkits/gob/Makefile +++ b/x11-toolkits/gob/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gob -PORTVERSION= 0.93.5 +PORTVERSION= 1.0.0 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.5z.com/pub/gob/ diff --git a/x11-toolkits/gob/distinfo b/x11-toolkits/gob/distinfo index 88ac5402fa1e..b877386667b5 100644 --- a/x11-toolkits/gob/distinfo +++ b/x11-toolkits/gob/distinfo @@ -1 +1 @@ -MD5 (gob-0.93.5.tar.gz) = ed21a59073e0edf6d6e858a914d84a59 +MD5 (gob-1.0.0.tar.gz) = 353c10d6bf94c835ade466061858bc90 diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index fcc954cb2166..61873006ce46 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 .if !defined(NOGNOME) LIB_DEPENDS+= glade.3:${PORTSDIR}/devel/libglade \ - gnome.3:${PORTSDIR}/x11/gnomelibs + gnome.4:${PORTSDIR}/x11/gnomelibs .endif BUILD_DEPENDS= rep:${PORTSDIR}/lang/librep diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index fcc954cb2166..61873006ce46 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 .if !defined(NOGNOME) LIB_DEPENDS+= glade.3:${PORTSDIR}/devel/libglade \ - gnome.3:${PORTSDIR}/x11/gnomelibs + gnome.4:${PORTSDIR}/x11/gnomelibs .endif BUILD_DEPENDS= rep:${PORTSDIR}/lang/librep |