diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-04 11:04:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-04 11:04:04 +0000 |
commit | 2d76845b63ae877f0fbd88d7063d517e82f1d29d (patch) | |
tree | c2682051da320769fdeb6badf0873ab152f179e6 /x11 | |
parent | 6d2146b02f6be3a0e0aef62e3b64da366059026d (diff) | |
download | pkgsrc-2d76845b63ae877f0fbd88d7063d517e82f1d29d.tar.gz |
Replace perl interpreter path for default-on perl option.
Noted by Moritz Wilhelmy. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/options.mk | 20 |
2 files changed, 21 insertions, 3 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 2d92c3093ac..cb7387381a7 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2011/11/01 06:11:58 sbd Exp $ +# $NetBSD: Makefile,v 1.32 2012/01/04 11:04:04 wiz Exp $ DISTNAME= rxvt-unicode-9.06 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \ http://dist.schmorp.de/rxvt-unicode/Attic/ 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 |