diff options
author | tron <tron> | 1998-11-21 17:02:16 +0000 |
---|---|---|
committer | tron <tron> | 1998-11-21 17:02:16 +0000 |
commit | 72b085a6d0ab8450163990413035c955d70e30ab (patch) | |
tree | 8c195962d9ee8cb57674d0d7fafbaf4842aa8025 /corba/ORBit | |
parent | c92116b69393a7a468f38b5599c0a72119b2cd06 (diff) | |
download | pkgsrc-72b085a6d0ab8450163990413035c955d70e30ab.tar.gz |
Depend on "glib-1.1.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 252927abaa2..7d5727cb9a9 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/11/12 23:03:39 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/11/21 17:02:16 tron Exp $ # DISTNAME= ORBit-0.3.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/ORBit/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= glib-1.1.3:../../devel/glib +DEPENDS+= glib-1.1.4:../../devel/glib DEPENDS+= gindent-1.9.1:../../devel/gindent GNU_CONFIGURE= yes |