Sat Jan 1 09:08:07 2011 UTC ()
Need msgfmt to install message catalogue.
While here, exactly buildlink with gettext-lib and set USE_PKGLOCALEDIR.


(obache)
diff -r1.17 -r1.18 pkgsrc/sysutils/screentest/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/sysutils/screentest/Makefile (expand / switch to context diff)
--- pkgsrc/sysutils/screentest/Makefile 2010/11/15 22:58:38 1.17
+++ pkgsrc/sysutils/screentest/Makefile 2011/01/01 09:08:06 1.18
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2010/11/15 22:58:38 abs Exp $
+# $NetBSD: Makefile,v 1.18 2011/01/01 09:08:06 obache Exp $
 
 DISTNAME=	screentest-2.0
 PKGREVISION=	3
@@ -10,7 +10,8 @@
 COMMENT=	CRT/LCD screen testing utility using GTK+
 
 GNU_CONFIGURE=	yes
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	pkg-config msgfmt
+USE_PKGLOCALEDIR=	yes
 
 INSTALLATION_DIRS+=	share/doc/screentest
 
@@ -21,6 +22,7 @@
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/screentest
 .endfor
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"