diff options
author | wiz <wiz> | 2001-03-02 17:35:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-02 17:35:14 +0000 |
commit | 9fcaa62174d35444d547a6f346997dba1695c90a (patch) | |
tree | d55607d9b8b67f8e45dc26ded6adcb551289bb79 | |
parent | 637e574e30300baefb102cd55161a2c4406fe377 (diff) | |
download | pkgsrc-9fcaa62174d35444d547a6f346997dba1695c90a.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 |