summaryrefslogtreecommitdiff
path: root/sysutils/screentest
diff options
context:
space:
mode:
authorobache <obache>2011-01-01 09:08:06 +0000
committerobache <obache>2011-01-01 09:08:06 +0000
commit5651e31faac79988dcae59e7ddf4385ca732e8a3 (patch)
tree1905369af3af7fd6f98453925a56ad5eb60b5739 /sysutils/screentest
parent88a696f798fd49cd5309200c65d4003dcadd5fbb (diff)
downloadpkgsrc-5651e31faac79988dcae59e7ddf4385ca732e8a3.tar.gz
Need msgfmt to install message catalogue.
While here, exactly buildlink with gettext-lib and set USE_PKGLOCALEDIR.
Diffstat (limited to 'sysutils/screentest')
-rw-r--r--sysutils/screentest/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/screentest/Makefile b/sysutils/screentest/Makefile
index c6c3997195e..ecb2788becf 100644
--- a/sysutils/screentest/Makefile
+++ b/sysutils/screentest/Makefile
@@ -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 @@ HOMEPAGE= http://screentest.sourceforge.net/
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 @@ post-install:
${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"