diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-06 16:30:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-06 16:30:48 +0000 |
commit | 8b30e9756c68fa5af8ae7141e708d91cb62ae220 (patch) | |
tree | 8729fab63cc3e04267217c947fa40646307707c1 | |
parent | 3fdd5fc40d1727508b3f9d7fc89a197286c5b5c8 (diff) | |
download | pkgsrc-8b30e9756c68fa5af8ae7141e708d91cb62ae220.tar.gz |
Needs msgfmt.
-rw-r--r-- | mail/libsylph/Makefile | 4 | ||||
-rw-r--r-- | net/logjam/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/libsylph/Makefile b/mail/libsylph/Makefile index d3b4fd4618c..1f1df638243 100644 --- a/mail/libsylph/Makefile +++ b/mail/libsylph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/12/01 20:22:19 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/12/06 16:30:48 joerg Exp $ # DISTNAME= libsylph-0.3.0 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= lex pkg-config +USE_TOOLS+= lex pkg-config msgfmt .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" diff --git a/net/logjam/Makefile b/net/logjam/Makefile index 2be941ba330..be11e033751 100644 --- a/net/logjam/Makefile +++ b/net/logjam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/11/30 19:02:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/12/06 16:31:21 joerg Exp $ # DISTNAME= logjam-4.5.3 @@ -13,7 +13,7 @@ COMMENT= GTK client for LiveJournal.com GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xmms USE_LIBTOOL= yes -USE_TOOLS+= perl pkg-config intltool +USE_TOOLS+= perl pkg-config intltool msgfmt .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |