diff options
Diffstat (limited to 'x11/rxvt-unicode/options.mk')
-rw-r--r-- | x11/rxvt-unicode/options.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/rxvt-unicode/options.mk b/x11/rxvt-unicode/options.mk index 2f5bea9e4ae..d1df60f186f 100644 --- a/x11/rxvt-unicode/options.mk +++ b/x11/rxvt-unicode/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.9 2012/02/29 18:49:40 morr Exp $ +# $NetBSD: options.mk,v 1.10 2012/06/15 23:06:04 dholland Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode -PKG_SUPPORTED_OPTIONS= perl unicode3 xft2 rxvt-term -PKG_SUGGESTED_OPTIONS= perl unicode3 xft2 +PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode +PKG_SUPPORTED_OPTIONS= perl unicode3 xft2 rxvt-term +PKG_SUGGESTED_OPTIONS= perl unicode3 xft2 .include "../../mk/bsd.options.mk" @@ -12,12 +12,12 @@ CONFIGURE_ARGS+= --with-term=rxvt PLIST_VARS+= perl .if !empty(PKG_OPTIONS:Mperl) -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run CONFIGURE_ARGS+= --enable-perl PLIST.perl= yes .include "../../lang/perl5/buildlink3.mk" USE_TOOLS+= perl -REPLACE_PERL+= src/perl/* +REPLACE_PERL+= src/perl/* .else CONFIGURE_ARGS+= --disable-perl .endif |