diff options
author | markd <markd> | 2006-07-15 21:10:12 +0000 |
---|---|---|
committer | markd <markd> | 2006-07-15 21:10:12 +0000 |
commit | 0f6a87996f636c532998abec2d5b147759966665 (patch) | |
tree | ecd8a82d5ad283b5a37e93f3e135b35a5d89d0e7 /misc | |
parent | 212b2de3af7c3fb7298b2c4319f005e2fabf68a7 (diff) | |
download | pkgsrc-0f6a87996f636c532998abec2d5b147759966665.tar.gz |
Solaris awk can't deal with the package.
PR pkg/33992 from Gilles Dauphin.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index c40e201f0c1..70eb5d77aba 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -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 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .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 |