diff options
author | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
commit | 341efbf78918e077c10e5e281fdff1a0198c1430 (patch) | |
tree | 2576cc6bcf81ba303f2953a42a62a6ed383ae494 /security | |
parent | 8e020c1ca209f52847dcde7cd49d7f8d84585ae0 (diff) | |
download | pkgsrc-341efbf78918e077c10e5e281fdff1a0198c1430.tar.gz |
whitespace nits
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index d0b0ae64c70..286c8ab0be3 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2004/04/09 00:36:06 reed Exp $ +# $NetBSD: Makefile,v 1.66 2004/05/07 15:25:13 cjep Exp $ DISTNAME= gnupg-1.2.4 PKGREVISION= 1 @@ -40,7 +40,7 @@ ONLY_FOR_PLATFORM= *-*-i386 MACHINE_GNU_ARCH= i586 .endif -.if defined(M68060) && ${M68060} == YES +.if defined(M68060) && ${M68060} == YES # be more efficient on M68060 machines CONFIGURE_ENV+= M68060=${M68060} CFLAGS+= -m68060 |