aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-17 14:28:07 +0800
committerbapt <bapt@FreeBSD.org>2013-09-17 14:28:07 +0800
commitfde693e93db35fe3bd1a21756278115f8bfa5d96 (patch)
treea2818cc36d7e06c4c64a53b943d25f7b90c450f3 /x11
parent12e20b0674c48f693a78fe456f8afcfb71b9685b (diff)
downloadfreebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.gz
freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.zst
freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.zip
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'x11')
-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 \