diff options
author | gavan <gavan@pkgsrc.org> | 2004-12-06 13:12:04 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-12-06 13:12:04 +0000 |
commit | cd35636987a3a03056112fd778a1cf851e85efa3 (patch) | |
tree | b606059f47030f146395a752998f1ab694711249 | |
parent | 3e64ed8a329d759c3645429c250fa25f04a0d8d2 (diff) | |
download | pkgsrc-cd35636987a3a03056112fd778a1cf851e85efa3.tar.gz |
Solaris' nawk and yacc aren't up to building kdepim3.
-rw-r--r-- | misc/kdepim3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index db5db00d2b0..9c2b5fc1ebc 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/11/28 18:35:48 kleink Exp $ +# $NetBSD: Makefile,v 1.36 2004/12/06 13:12:04 gavan Exp $ DISTNAME= kdepim-${_KDE_VERSION} PKGREVISION= 2 @@ -10,6 +10,7 @@ COMMENT= Personal Information Management tools for the KDE desktop USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 USE_PERL= run +USE_GNU_TOOLS+= awk yacc BUILDLINK_DEPENDS.gpgme+= gpgme>=0.4.5 |