diff options
author | cjep <cjep@pkgsrc.org> | 2003-10-18 13:08:48 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-10-18 13:08:48 +0000 |
commit | 34e102913e603a7584f9d29025e339729cd82636 (patch) | |
tree | a34a5a55cd11a349df67ffc0e6eba78cf456a45b /devel/oaf | |
parent | bacede659a28e8a29ebc2730f3e0e1387ce036ea (diff) | |
download | pkgsrc-34e102913e603a7584f9d29025e339729cd82636.tar.gz |
Whitespace fixes
Diffstat (limited to 'devel/oaf')
-rw-r--r-- | devel/oaf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 8245b4d01da..86787a097cd 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2003/10/10 16:31:08 reed Exp $ +# $NetBSD: Makefile,v 1.30 2003/10/18 13:08:49 cjep Exp $ # DISTNAME= oaf-0.6.10 @@ -30,7 +30,7 @@ LEX= ${LOCALBASE}/bin/flex .if !exists(/usr/bin/yacc) BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -YACC= ${LOCALBASE}/bin/bison +YACC= ${LOCALBASE}/bin/bison .endif .include "../../devel/popt/buildlink2.mk" |