summaryrefslogtreecommitdiff
path: root/net/ORBit
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2000-11-14 22:43:34 +0000
committerjdolecek <jdolecek>2000-11-14 22:43:34 +0000
commit2173ddaedba9c754077d5aa785e629fbe6dbb4c5 (patch)
tree06d5a3c81a4dd8af7165d26012e10a3861f93eb5 /net/ORBit
parentc219678676d2598a6e040f789ade9830c22e4493 (diff)
downloadpkgsrc-2173ddaedba9c754077d5aa785e629fbe6dbb4c5.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')
-rw-r--r--net/ORBit/Makefile4
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 \