diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-02 17:35:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-02 17:35:14 +0000 |
commit | ce7f49dd1f8406a886f57e12f39679300bc36177 (patch) | |
tree | d55607d9b8b67f8e45dc26ded6adcb551289bb79 | |
parent | b581fed57051de12188e598e6407c2d4124c728e (diff) | |
download | pkgsrc-ce7f49dd1f8406a886f57e12f39679300bc36177.tar.gz |
msgfmt is not enough, we need gettext.m4. Noted by Bob Bernstein
in pkg/12205.
-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 243d28173a4..ad157810548 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2001/02/17 18:18:30 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2001/03/02 17:35:14 wiz Exp $ # DISTNAME= ORBit-0.5.6 @@ -13,7 +13,7 @@ DEPENDS+= glib>=1.2.7:../../devel/glib DEPENDS+= gindent-*:../../devel/gindent BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake -BUILD_DEPENDS+= msgfmt:../../devel/gettext +BUILD_DEPENDS+= ${LOCALBASE}/share/aclocal/gettext.m4:../../devel/gettext USE_LIBINTL= YES USE_GMAKE= YES |