diff options
author | rh <rh> | 1999-08-28 09:41:07 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-28 09:41:07 +0000 |
commit | e114fc613f96f848aae2ba7fddc485026af99eaf (patch) | |
tree | ec9df23de07ebb3efe1a78d9d77aa4b6244d6ad9 /corba/ORBit | |
parent | 2c2b33e2208118495b53cee71c631154357c077f (diff) | |
download | pkgsrc-e114fc613f96f848aae2ba7fddc485026af99eaf.tar.gz |
Update dependency to glib-1.2.4
Diffstat (limited to 'corba/ORBit')
-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 3cd7bccf82c..a53d227cb02 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/08/22 22:02:32 tron Exp $ +# $NetBSD: Makefile,v 1.23 1999/08/28 09:41:07 rh Exp $ # DISTNAME= ORBit-0.4.3 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= glib-1.2.2:../../devel/glib +DEPENDS+= glib-1.2.4:../../devel/glib DEPENDS+= gindent-2.2.0:../../devel/gindent GNU_CONFIGURE= yes |