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 | 49839bd785e8278b54403bcddf7a09dd3ece96c1 (patch) | |
tree | 437b5560ee96b88844e07892b1c7c6cb98cb7659 /mail/elmo | |
parent | c34869e3bd651af6e3b75a13d9fda43c8b3ca594 (diff) | |
download | pkgsrc-49839bd785e8278b54403bcddf7a09dd3ece96c1.tar.gz |
Installs Perl script, so require perl.
Diffstat (limited to 'mail/elmo')
-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 |