diff options
author | markd <markd@pkgsrc.org> | 2005-09-22 08:41:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-09-22 08:41:18 +0000 |
commit | 34a92af7a2edece027bcd9cbbcd5111d900254ab (patch) | |
tree | 08dc68aa40015acbe5f83407320562d0f9b296b6 /misc/kdepim3 | |
parent | de9f7bbbf63a7c83fdbb7ad9c827bcf0cd3ee276 (diff) | |
download | pkgsrc-34a92af7a2edece027bcd9cbbcd5111d900254ab.tar.gz |
Fix the problem reported in PR pkg/31169 and the same problem in the
kdepim3 package. On Solaris nawk can't handle the length of the lines
generated for config.status.overridden for these two packages, so get
pkgsrc itself to use gawk for these packages by adding
USE_TOOLS+=gawk:pkgsrc.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r-- | misc/kdepim3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 8b33b82d8f6..f412e4a636e 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/08/02 10:29:20 markd Exp $ +# $NetBSD: Makefile,v 1.50 2005/09/22 08:41:18 markd Exp $ DISTNAME= kdepim-${_KDE_VERSION} PKGREVISION= 1 @@ -36,6 +36,12 @@ REPLACE_PERL= kmail/kmail-3.1-update-new-mail-notification-settings.pl \ libkdenetwork/kpgp-3.1-upgrade-address-data.pl \ libkpgp/kpgp-3.1-upgrade-address-data.pl +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +USE_TOOLS+= gawk:pkgsrc +.endif + .include "../../meta-pkgs/kde3/kde3.mk" BUILDLINK_DEPMETHOD.qt3-tools= full |