summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/screentest/DESCR2
-rw-r--r--sysutils/screentest/Makefile6
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"