diff options
author | hubertf <hubertf> | 1999-12-06 00:47:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-12-06 00:47:09 +0000 |
commit | f5db2d6b50334ff7de6c78895357fe65ebcf1673 (patch) | |
tree | b3546ceb0ff6676ff2ea8689727b393abb73ddb2 /net/ORBit | |
parent | 7f19524d6bb3aa1d971d0766ab3978663c315c84 (diff) | |
download | pkgsrc-f5db2d6b50334ff7de6c78895357fe65ebcf1673.tar.gz |
this wants gettext
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |