diff options
author | hasso <hasso@pkgsrc.org> | 2009-07-21 16:53:49 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-07-21 16:53:49 +0000 |
commit | 17e769cf508b8d9f6171d93e9942fcd37e4fa0e8 (patch) | |
tree | 97d29608a8053e7984fed98e46970db74ea711a6 /print/gtklp | |
parent | e21fb44c924a8e7d5e6af1619ad6b9e50fb96061 (diff) | |
download | pkgsrc-17e769cf508b8d9f6171d93e9942fcd37e4fa0e8.tar.gz |
Needs msgfmt.
Diffstat (limited to 'print/gtklp')
-rw-r--r-- | print/gtklp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 790d6341c46..38a3cfe92a9 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/04/07 11:23:51 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/21 16:53:49 hasso Exp $ # DISTNAME= gtklp-1.2.6 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt MAKE_FLAGS+= install_sh=${WRKSRC}/install-sh .include "../../devel/glib2/buildlink3.mk" |