diff options
author | tron <tron> | 1999-05-02 14:11:40 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-02 14:11:40 +0000 |
commit | 9ac05ca1ef82388059756910f63437ce3da65a4d (patch) | |
tree | cef5b82d1374bfdf1c56036adddd90e2acbe5619 /corba | |
parent | 20fb6dab3d66a66fa7105c27ad114fff481cca70 (diff) | |
download | pkgsrc-9ac05ca1ef82388059756910f63437ce3da65a4d.tar.gz |
Update dependence for "glib" package to version 1.2.2.
Diffstat (limited to 'corba')
-rw-r--r-- | corba/ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index e751504f3d7..edb8213ad36 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/27 22:04:16 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/05/02 14:11:40 tron Exp $ # DISTNAME= ORBit-0.4.3 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= glib-1.2.1:../../devel/glib +DEPENDS+= glib-1.2.2:../../devel/glib DEPENDS+= gindent-1.9.1:../../devel/gindent GNU_CONFIGURE= yes |