diff options
author | markd <markd@pkgsrc.org> | 2006-07-15 21:10:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-07-15 21:10:12 +0000 |
commit | b3130115a297f3c37eff9277eae398d2f59c1373 (patch) | |
tree | ecd8a82d5ad283b5a37e93f3e135b35a5d89d0e7 | |
parent | 79967fb4962528027d9cde5b58fcef3a59ba56dc (diff) | |
download | pkgsrc-b3130115a297f3c37eff9277eae398d2f59c1373.tar.gz |
Solaris awk can't deal with the package.
PR pkg/33992 from Gilles Dauphin.
-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 |