diff options
author | obache <obache@pkgsrc.org> | 2007-11-22 11:57:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-11-22 11:57:19 +0000 |
commit | 463d4422cde6cb73ecdb01dc9af62c67a24869d2 (patch) | |
tree | 731186f4e210b49d4b359278a4b387fd4a258b4e /x11/rxvt-unicode | |
parent | f3a835228d2d03f57f427d49b60cd633cd52c586 (diff) | |
download | pkgsrc-463d4422cde6cb73ecdb01dc9af62c67a24869d2.tar.gz |
Need perl to build with 'perl' option.
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/options.mk b/x11/rxvt-unicode/options.mk index bc99f33980d..bb8b18eb94d 100644 --- a/x11/rxvt-unicode/options.mk +++ b/x11/rxvt-unicode/options.mk @@ -1,5 +1,5 @@ # -# $Id: options.mk,v 1.3 2006/12/15 20:33:05 joerg Exp $ +# $Id: options.mk,v 1.4 2007/11/22 11:57:19 obache Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode @@ -16,6 +16,7 @@ CONFIGURE_ARGS+= --with-term=rxvt CONFIGURE_ARGS+= --enable-perl PLIST_SUBST+= PERL= .include "../../lang/perl5/buildlink3.mk" +USE_TOOLS+= perl .else CONFIGURE_ARGS+= --disable-perl PLIST_SUBST+= PERL='@comment ' |