diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-12-06 00:47:09 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-12-06 00:47:09 +0000 |
commit | 67966c715bb630160f15915bd761338719f02fc9 (patch) | |
tree | b3546ceb0ff6676ff2ea8689727b393abb73ddb2 | |
parent | 67a7c0573ec8e5e5c1b7aa87900ef95d0076e45b (diff) | |
download | pkgsrc-67966c715bb630160f15915bd761338719f02fc9.tar.gz |
this wants gettext
-rw-r--r-- | corba/ORBit/Makefile | 3 | ||||
-rw-r--r-- | net/ORBit/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index dd2a34cc022..dfd3132aacf 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/10/22 23:35:37 tron Exp $ +# $NetBSD: Makefile,v 1.27 1999/12/06 00:47:09 hubertf Exp $ # DISTNAME= ORBit-0.5.0 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= glib-1.2.*:../../devel/glib DEPENDS+= gindent-*:../../devel/gindent +DEPENDS+= gettext-0.10.*:../../devel/gettext GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index dd2a34cc022..dfd3132aacf 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/10/22 23:35:37 tron Exp $ +# $NetBSD: Makefile,v 1.27 1999/12/06 00:47:09 hubertf Exp $ # DISTNAME= ORBit-0.5.0 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= glib-1.2.*:../../devel/glib DEPENDS+= gindent-*:../../devel/gindent +DEPENDS+= gettext-0.10.*:../../devel/gettext GNU_CONFIGURE= yes USE_LIBTOOL= yes |