diff options
author | tron <tron> | 1999-01-16 12:05:09 +0000 |
---|---|---|
committer | tron <tron> | 1999-01-16 12:05:09 +0000 |
commit | 9a8845fbed776c1d6242c74ffb0ab5e67a999e76 (patch) | |
tree | a40c77aff32605e0cf65d0f04c059ca60a313f99 /corba/ORBit | |
parent | cf359a4c2c3c80af49e761ccb66b67cd61acec01 (diff) | |
download | pkgsrc-9a8845fbed776c1d6242c74ffb0ab5e67a999e76.tar.gz |
Depend on version 1.1.12 if "glib" package.
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 5de7203fd2b..10ac827d453 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/12/19 12:31:46 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/01/16 12:05:09 tron Exp $ # DISTNAME= ORBit-0.3.90 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/ORBit/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= glib-1.1.9:../../devel/glib +DEPENDS+= glib-1.1.12:../../devel/glib DEPENDS+= gindent-1.9.1:../../devel/gindent CONFLICTS= ORBit-* |