diff options
author | tron <tron> | 1999-05-02 15:52:57 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-02 15:52:57 +0000 |
commit | ab9e67afa1bbbed0944f38ec726d7c16c7871dfe (patch) | |
tree | b2842699138a7552e7a5f08bb5813c1b6e97304e | |
parent | 22b886c03c2e437a644eefbfee319a250af67d25 (diff) | |
download | pkgsrc-ab9e67afa1bbbed0944f38ec726d7c16c7871dfe.tar.gz |
Update dependence for "gnome-libs" package to version 1.0.9.
-rw-r--r-- | devel/glade/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-core/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 59416bfb528..95e90328101 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/05/02 15:12:58 rh Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/02 15:53:31 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://glade.pn.org/ BUILD_DEPENDS+= xgettext:../../devel/gettext BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.2:../../x11/gtk -DEPENDS+= gnome-libs-1.0.8:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.9:../../x11/gnome-libs GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 5c290f5ce52..0d72e29b1e7 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/04/16 21:55:18 tron Exp $ +# $NetBSD: Makefile,v 1.15 1999/05/02 15:52:57 tron Exp $ # DISTNAME= gnome-core-1.0.5 @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= esound-0.2.8:../../audio/esound -DEPENDS+= gnome-libs-1.0.8:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.9:../../x11/gnome-libs # "libgtop" packages is broken at the moment. #DEPENDS+= libgtop-1.0.1:../../devel/libgtop |