diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-27 17:19:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-27 17:19:41 +0000 |
commit | 3e7aa712cd0112fa08b877bddab29df0f3d8ae06 (patch) | |
tree | 70916e288c29e03a245aebee985f2589460ef556 /misc/libreoffice4 | |
parent | 8d5e608b00cedf34fca04793cc3771446358761d (diff) | |
download | pkgsrc-3e7aa712cd0112fa08b877bddab29df0f3d8ae06.tar.gz |
Fix typo in comment.
Diffstat (limited to 'misc/libreoffice4')
-rw-r--r-- | misc/libreoffice4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index 8a494440376..77c278f681f 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/08/27 17:19:22 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2014/08/27 17:19:41 wiz Exp $ VERREL= 4.2.5 VERRC= 2 @@ -21,7 +21,7 @@ LICENSE= gnu-lgpl-v3 BUILDLINK_TRANSFORM+= rename:-O2:-O .endif -# LibreOfice's Makefile has its own pararell build mechanism. Avoid conflict. +# LibreOfice's Makefile has its own parallel build mechanism. Avoid conflict. MAKE_JOBS_SAFE= no CHECK_SHLIBS_SUPPORTED= no |