aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:28:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:28:07 +0000
commitb15e495041a4fd2f9fafcc7d9540759c4c22a610 (patch)
treea2818cc36d7e06c4c64a53b943d25f7b90c450f3 /x11/rxvt-unicode
parent46c6877a4a150b8a708675a333110c1effbc512e (diff)
downloadports-b15e495041a4fd2f9fafcc7d9540759c4c22a610.tar.gz
ports-b15e495041a4fd2f9fafcc7d9540759c4c22a610.zip
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index e3cd9756f949..bc319fdef0cc 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -25,7 +25,6 @@ CONFIGURE_ENV= LIBS="-lstdc++ -lutil" TIC=${LOCALBASE}/bin/tic
CONFIGURE_ARGS= --enable-everything --with-term=rxvt \
--with-terminfo=${LOCALBASE}/share/misc/terminfo.db
USE_BZIP2= yes
-WANT_PERL= yes
OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \
NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \
@@ -69,10 +68,11 @@ PATCH_DEPENDS+= p5-Encode-HanExtra>=0:${PORTSDIR}/chinese/p5-Encode-HanExtra \
# disable the embedded perl interpreter
.if !${PORT_OPTIONS:MPERL}
CONFIGURE_ARGS+= --disable-perl
-USE_PERL5_BUILD= yes
+USES+= perl5
+USE_PERL5= build
PLIST_SUB= PERL="@comment "
.else
-USE_PERL5= yes
+USES+= perl5
MAN1+= urxvt-background.1 urxvt-bell-command.1 urxvt-block-graphics-to-ascii.1 \
urxvt-clipboard-osc.1 urxvt-confirm-paste.1 urxvt-digital-clock.1 \
urxvt-example-refresh-hooks.1 urxvt-extensions.1 urxvt-keysym-list.1 \