diff options
author | cjep <cjep@pkgsrc.org> | 2003-09-01 10:13:08 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-09-01 10:13:08 +0000 |
commit | 017421695262223eef9346d65b55b4cc77a56449 (patch) | |
tree | 10524db0cee957fab9ebdc6c17ed874a6d74c6f9 /graphics | |
parent | 64610adcd72542a5b3036348b754f31e90d1984f (diff) | |
download | pkgsrc-017421695262223eef9346d65b55b4cc77a56449.tar.gz |
whitespace fixes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 6c4d013bd1a..9039a7006a2 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2003/08/23 23:07:12 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2003/09/01 10:13:09 cjep Exp $ DISTNAME= netpbm-10.11.8 CATEGORIES= graphics @@ -36,8 +36,8 @@ BUILD_DEPENDS+= flex>=2.5.4:../../devel/flex MAKE_ENV+= NETWORKLD="" .endif -.if ${OPSYS} == Linux && !exists(/usr/bin/flex) -BUILD_DEPENDS+= flex>=2.5.4:../../devel/flex +.if ${OPSYS} == Linux && !exists(/usr/bin/flex) +BUILD_DEPENDS+= flex>=2.5.4:../../devel/flex .endif pre-configure: |