diff options
-rw-r--r-- | devel/fastdep/DESCR | 6 | ||||
-rw-r--r-- | devel/fastdep/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/fastdep/DESCR b/devel/fastdep/DESCR index e733c401a37..28e80389fa4 100644 --- a/devel/fastdep/DESCR +++ b/devel/fastdep/DESCR @@ -1,7 +1,7 @@ fastdep is a fast dependency generator for C/C++ files. It generates a -file ready to be parsed by the make(1) utility containing dependancy +file ready to be parsed by the make(1) utility containing dependency specifications for all source files given to it. -The program is written in C++ with a handoptimized parser for just the -preproccesor tokens; therefore it is faster than GCC because it does +The program is written in C++ with a hand optimized parser for just the +preprocessor tokens; therefore it is faster than GCC because it does just one thing. diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile index 1957351065d..e2ee2378600 100644 --- a/devel/fastdep/Makefile +++ b/devel/fastdep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/22 08:24:29 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/13 23:37:29 snj Exp $ # DISTNAME= fastdep-0.16 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.irule.be/bvh/c++/fastdep/ -COMMENT= Dependancy generator for C/C++ files +COMMENT= Dependency generator for C/C++ files GNU_CONFIGURE= YES USE_BUILDLINK2= YES |