diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:38:24 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:38:24 +0000 |
commit | cd2f7f195982d69d791023fc3fa4f2e469948ca6 (patch) | |
tree | 08c28791366a728486d7e74e443a1eaf669b3fa3 /x11/blt/Makefile | |
parent | a6f1375adbedcc49787191c4c7137acc5526dc8b (diff) | |
download | pkgsrc-cd2f7f195982d69d791023fc3fa4f2e469948ca6.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'x11/blt/Makefile')
-rw-r--r-- | x11/blt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/blt/Makefile b/x11/blt/Makefile index 2b502f1de27..c5f97cdba8c 100644 --- a/x11/blt/Makefile +++ b/x11/blt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/03/29 12:42:58 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 17:38:26 martti Exp $ # DISTNAME= BLT2.4o @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.tcltk.com/aa004735/pub/blt/ MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.tcltk.com/blt/index.html -COMMENT= extension to Tcl/Tk +COMMENT= Extension to Tcl/Tk USE_BUILDLINK2= YES USE_X11= YES |