diff options
Diffstat (limited to 'sysutils/screentest/Makefile')
-rw-r--r-- | sysutils/screentest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/screentest/Makefile b/sysutils/screentest/Makefile index c30b9091e6f..8f695d69245 100644 --- a/sysutils/screentest/Makefile +++ b/sysutils/screentest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2019/07/21 22:25:46 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2019/11/04 21:28:52 rillig Exp $ DISTNAME= screentest-2.0 PKGREVISION= 29 @@ -9,8 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://screentest.sourceforge.net/ COMMENT= CRT/LCD screen testing utility using GTK+ -GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config msgfmt +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config msgfmt USE_PKGLOCALEDIR= yes INSTALLATION_DIRS+= share/doc/screentest |