diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-19 15:36:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-19 15:36:28 +0000 |
commit | f7fbb70ac33d931c997cd3115792658f9f497f6b (patch) | |
tree | 437b5560ee96b88844e07892b1c7c6cb98cb7659 /mail | |
parent | a5282192e570b465cc0efd0aa5cd5c711743fdea (diff) | |
download | pkgsrc-f7fbb70ac33d931c997cd3115792658f9f497f6b.tar.gz |
Installs Perl script, so require perl.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elmo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index d39aa4310cd..dc662201564 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/08/31 20:09:12 dholland Exp $ +# $NetBSD: Makefile,v 1.15 2008/09/19 15:36:28 joerg Exp $ # DISTNAME= elmo-1.3.2 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= flex +USE_TOOLS+= flex perl:run GNU_CONFIGURE= yes REPLACE_PERL= src/elmoconf.pl |