diff options
Diffstat (limited to 'misc/koffice/Makefile')
-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 |