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 /devel | |
parent | 22b886c03c2e437a644eefbfee319a250af67d25 (diff) | |
download | pkgsrc-ab9e67afa1bbbed0944f38ec726d7c16c7871dfe.tar.gz |
Update dependence for "gnome-libs" package to version 1.0.9.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glade/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |