summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rxvt-unicode/options.mk')
-rw-r--r--x11/rxvt-unicode/options.mk20
1 files changed, 19 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/options.mk b/x11/rxvt-unicode/options.mk
index 4d2fa1f5ee2..11dcd135e67 100644
--- a/x11/rxvt-unicode/options.mk
+++ b/x11/rxvt-unicode/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2011/08/04 23:40:48 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2012/01/04 11:04:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode
PKG_SUPPORTED_OPTIONS= perl unicode3 xft2 rxvt-term
@@ -17,6 +17,24 @@ CONFIGURE_ARGS+= --enable-perl
PLIST.perl= yes
.include "../../lang/perl5/buildlink3.mk"
USE_TOOLS+= perl
+REPLACE_PERL+= src/perl/block-graphics-to-ascii
+REPLACE_PERL+= src/perl/digital-clock
+REPLACE_PERL+= src/perl/example-refresh-hooks
+REPLACE_PERL+= src/perl/kuake
+REPLACE_PERL+= src/perl/macosx-clipboard
+REPLACE_PERL+= src/perl/matcher
+REPLACE_PERL+= src/perl/option-popup
+REPLACE_PERL+= src/perl/overlay-osc
+REPLACE_PERL+= src/perl/readline
+REPLACE_PERL+= src/perl/remote-clipboard
+REPLACE_PERL+= src/perl/searchable-scrollback
+REPLACE_PERL+= src/perl/selection
+REPLACE_PERL+= src/perl/selection-autotransform
+REPLACE_PERL+= src/perl/selection-pastebin
+REPLACE_PERL+= src/perl/selection-popup
+REPLACE_PERL+= src/perl/tabbed
+REPLACE_PERL+= src/perl/urxvt-popup
+REPLACE_PERL+= src/perl/xim-onthespot
.else
CONFIGURE_ARGS+= --disable-perl
.endif