diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2000-11-14 22:43:34 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2000-11-14 22:43:34 +0000 |
commit | 43aba2740165a1159463664dcbf60ab80e23bea1 (patch) | |
tree | 06d5a3c81a4dd8af7165d26012e10a3861f93eb5 /net/ORBit/Makefile | |
parent | f16329ab18670550655c3755641ae389217d6949 (diff) | |
download | pkgsrc-43aba2740165a1159463664dcbf60ab80e23bea1.tar.gz |
use USE_LIBINTL instead of explicit dependance on gettext pkg - the package
seem to work ok with gettext/libintl which is in -current tree
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 9416f5f1b1c..63b87fc36c2 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/10/17 23:48:00 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2000/11/14 22:43:34 jdolecek Exp $ # DISTNAME= ORBit-0.5.4 @@ -10,8 +10,8 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= glib>=1.2.7:../../devel/glib DEPENDS+= gindent-*:../../devel/gindent -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +USE_LIBINTL= # defined USE_GMAKE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \ |