diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-01 22:59:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-01 22:59:38 +0000 |
commit | cac39361efd49b08eba5825d7a50f2902125a2b2 (patch) | |
tree | 63199729a39f567e2c012fc053ff21630bae92b9 /corba | |
parent | c6c0c1caa28a3781a12aaccee4a109c1c39e35f3 (diff) | |
download | pkgsrc-cac39361efd49b08eba5825d7a50f2902125a2b2.tar.gz |
Change to depend on gindent-*.
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 d72b5b68e0d..0fadf30f39d 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/09/29 09:46:41 agc Exp $ +# $NetBSD: Makefile,v 1.25 1999/10/01 22:59:38 jlam Exp $ # DISTNAME= ORBit-0.4.3 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= glib-1.2.4:../../devel/glib -DEPENDS+= gindent-2.2.0:../../devel/gindent +DEPENDS+= gindent-*:../../devel/gindent GNU_CONFIGURE= yes USE_LIBTOOL= yes |