diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 23:07:05 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 23:07:05 +0000 |
commit | 120384f6e5c809100cc1fa4ee93cf8a7b7fd1337 (patch) | |
tree | e4a220ced620d8b715b0000ce77b747d9bc53f88 /sysutils/screentest | |
parent | fa0207e43e34434a62cee773b5063281e75828b7 (diff) | |
download | pkgsrc-120384f6e5c809100cc1fa4ee93cf8a7b7fd1337.tar.gz |
Convert to buildlink3 and correct a typo in DESCR.
Diffstat (limited to 'sysutils/screentest')
-rw-r--r-- | sysutils/screentest/DESCR | 2 | ||||
-rw-r--r-- | sysutils/screentest/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/screentest/DESCR b/sysutils/screentest/DESCR index 292aa39164a..c710b2e01c5 100644 --- a/sysutils/screentest/DESCR +++ b/sysutils/screentest/DESCR @@ -1,3 +1,3 @@ -This is a GTK+ program for tesing the quality of CRT screens. It displays +This is a GTK+ program for testing the quality of CRT screens. It displays various patterns and allows you to estimate the quality of your CRT monitor. diff --git a/sysutils/screentest/Makefile b/sysutils/screentest/Makefile index 2c18b534d22..af4ca3406fd 100644 --- a/sysutils/screentest/Makefile +++ b/sysutils/screentest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:50 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/18 23:07:05 snj Exp $ # DISTNAME= screentest-1.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.fi.muni.cz/~kas/screentest/ COMMENT= CRT screen testing utility using GTK+ GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes post-install: @@ -21,5 +21,5 @@ post-install: .endfor .undef f -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |