diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-02 20:53:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-02 20:53:38 +0000 |
commit | 296401572a5feacdf7c2b46fe8422b65038669bf (patch) | |
tree | 5f25eb1439b225794bc5437b05821a509230f318 /misc/kdepim3 | |
parent | 1c28d9878b3f97403ff1283a02c826f4dc950e63 (diff) | |
download | pkgsrc-296401572a5feacdf7c2b46fe8422b65038669bf.tar.gz |
Replaced USE_PERL=run with USE_TOOLS+=perl:run.
Diffstat (limited to 'misc/kdepim3')
-rw-r--r-- | misc/kdepim3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index b28f6c83d25..c2c494c7cb3 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/10/13 13:12:25 markd Exp $ +# $NetBSD: Makefile,v 1.53 2005/11/02 20:53:38 rillig Exp $ DISTNAME= kdepim-${_KDE_VERSION} CATEGORIES= misc @@ -7,8 +7,7 @@ COMMENT= Personal Information Management tools for the KDE desktop .include "../../meta-pkgs/kde3/Makefile.kde3" USE_DIRS+= xdg-1.1 -USE_PERL= run -USE_TOOLS+= bison gawk +USE_TOOLS+= bison gawk perl:run PKG_OPTIONS_VAR= PKG_OPTIONS.kdepim PKG_SUPPORTED_OPTIONS= sasl |