diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-22 13:53:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-22 13:53:43 +0000 |
commit | 1f840e3d73acfc6d62c651a7ae7a29c74095269b (patch) | |
tree | 3953da1c6867e9b424219ec2faea7b2d77c4ec2a /misc/kdepim3 | |
parent | ae9a056c8cb9f69f7f79f9bd00099fc16feea754 (diff) | |
download | pkgsrc-1f840e3d73acfc6d62c651a7ae7a29c74095269b.tar.gz |
Needs flex as reported by Lieven De Keyze.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r-- | misc/kdepim3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index c4ab7368715..9d95498ddea 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2007/02/03 01:52:55 markd Exp $ +# $NetBSD: Makefile,v 1.73 2007/02/22 13:53:43 joerg Exp $ DISTNAME= kdepim-${_KDE_VERSION} PKGREVISION= 1 @@ -7,7 +7,7 @@ COMMENT= Personal Information Management tools for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" -USE_TOOLS+= bison gawk perl:run +USE_TOOLS+= bison flex gawk perl:run BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.4.5 |