diff options
author | tron <tron@pkgsrc.org> | 1998-11-21 17:02:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-21 17:02:16 +0000 |
commit | b5aaf6bae8407b3817104a2e66a98b9fbf821bdb (patch) | |
tree | 8c195962d9ee8cb57674d0d7fafbaf4842aa8025 /corba | |
parent | 16ca79ece2f0a0f21c71fe7a588b2f26a7806a9b (diff) | |
download | pkgsrc-b5aaf6bae8407b3817104a2e66a98b9fbf821bdb.tar.gz |
Depend on "glib-1.1.4".
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 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 |