pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/koffice Solaris awk can't deal with the package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e67de5031199
branches:  trunk
changeset: 516167:e67de5031199
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jul 15 21:10:12 2006 +0000

description:
Solaris awk can't deal with the package.
PR pkg/33992 from Gilles Dauphin.

diffstat:

 misc/koffice/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1cae535454d0 -r e67de5031199 misc/koffice/Makefile
--- a/misc/koffice/Makefile     Sat Jul 15 21:04:07 2006 +0000
+++ b/misc/koffice/Makefile     Sat Jul 15 21:10:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2006/06/11 13:50:19 markd Exp $
+# $NetBSD: Makefile,v 1.84 2006/07/15 21:10:12 markd Exp $
 
 DISTNAME=      koffice-1.5.1
 CATEGORIES=    misc kde
@@ -41,6 +41,10 @@
 
 .include "options.mk"
 
+.if ${OPSYS} == "SunOS"
+USE_TOOLS+=            gawk:pkgsrc
+.endif
+
 post-install:
        @# The global desktop template files need to be user-writeable, or
        @# else users won't be able to alter them after copying them to



Home | Main Index | Thread Index | Old Index