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 | 9f493fedfafcc585288c1c1e0997138b65faa2be (patch) | |
tree | 3953da1c6867e9b424219ec2faea7b2d77c4ec2a | |
parent | 6fd9dbbbe8010571a2101f3dd18b4644fbb65c5b (diff) | |
download | pkgsrc-9f493fedfafcc585288c1c1e0997138b65faa2be.tar.gz |
Needs flex as reported by Lieven De Keyze.
-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 |