diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:11:23 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:11:23 +0000 |
| commit | f57bc4af665126de839ff734a08e57726e84da84 (patch) | |
| tree | b47b12c2614f4db455f6a6733adce11a1cbba4b5 /x11/rxvt-unicode | |
| parent | ce4f70264ae0d02f294cd43745a43b45a8eb4a15 (diff) | |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
| -rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 6ffa49634e54..12900eccbd64 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -73,10 +73,10 @@ PATCH_DEPENDS+= p5-Encode-HanExtra>=0:chinese/p5-Encode-HanExtra \ CONFIGURE_ARGS+= --disable-perl USES+= perl5 USE_PERL5= build -PLIST_SUB= PERL="@comment " +PLIST_SUB+= PERL="@comment " .else USES+= perl5 -PLIST_SUB= PERL="" +PLIST_SUB+= PERL="" .endif # disable XIM (X Input Method) protocol support |
