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 | ccde0d77a29688f91584e8c1126c310c31a8cd60 (patch) | |
tree | 731186f4e210b49d4b359278a4b387fd4a258b4e /x11 | |
parent | ec349151b470e4e415c316c95ec4a5e64f89b5b3 (diff) | |
download | pkgsrc-ccde0d77a29688f91584e8c1126c310c31a8cd60.tar.gz |
Need perl to build with 'perl' option.
Diffstat (limited to 'x11')
-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 ' |