pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/screentest Convert to buildlink3 and correct ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f9d3163cb3d
branches:  trunk
changeset: 473329:8f9d3163cb3d
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 23:07:05 2004 +0000

description:
Convert to buildlink3 and correct a typo in DESCR.

diffstat:

 sysutils/screentest/DESCR    |  2 +-
 sysutils/screentest/Makefile |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r a8046eb9df1a -r 8f9d3163cb3d sysutils/screentest/DESCR
--- a/sysutils/screentest/DESCR Sun Apr 18 23:05:58 2004 +0000
+++ b/sysutils/screentest/DESCR Sun Apr 18 23:07:05 2004 +0000
@@ -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 -r a8046eb9df1a -r 8f9d3163cb3d sysutils/screentest/Makefile
--- a/sysutils/screentest/Makefile      Sun Apr 18 23:05:58 2004 +0000
+++ b/sysutils/screentest/Makefile      Sun Apr 18 23:07:05 2004 +0000
@@ -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 @@
 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 @@
 .endfor
 .undef f
 
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index