summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-04 23:40:48 +0000
committerwiz <wiz@pkgsrc.org>2011-08-04 23:40:48 +0000
commit1ab5e1f32e23ac83d1830acb852de8325213c3a8 (patch)
tree0049190ffdb88458a163b5458e743ac4b35cc770 /x11/rxvt-unicode
parent4691007d90193b8d8c8e8b45b00b45c2c9a8debc (diff)
downloadpkgsrc-1ab5e1f32e23ac83d1830acb852de8325213c3a8.tar.gz
Only depend on perl when the perl option is selected. From Matthew Mondor
in PR 45205.
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/Makefile3
-rw-r--r--x11/rxvt-unicode/options.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index d848da013fd..0f895274df5 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2010/08/21 16:37:14 seb Exp $
+# $NetBSD: Makefile,v 1.29 2011/08/04 23:40:48 wiz Exp $
DISTNAME= rxvt-unicode-9.06
PKGREVISION= 2
@@ -15,7 +15,6 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
-USE_TOOLS+= perl:run
USE_FEATURES+= snprintf
CONFIGURE_ENV+= ac_cv_path_TIC=no
diff --git a/x11/rxvt-unicode/options.mk b/x11/rxvt-unicode/options.mk
index 59a0b9577e3..4d2fa1f5ee2 100644
--- a/x11/rxvt-unicode/options.mk
+++ b/x11/rxvt-unicode/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2008/04/12 22:43:15 jlam Exp $
+# $NetBSD: options.mk,v 1.7 2011/08/04 23:40:48 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode
PKG_SUPPORTED_OPTIONS= perl unicode3 xft2 rxvt-term
@@ -12,6 +12,7 @@ CONFIGURE_ARGS+= --with-term=rxvt
PLIST_VARS+= perl
.if !empty(PKG_OPTIONS:Mperl)
+USE_TOOLS+= perl:run
CONFIGURE_ARGS+= --enable-perl
PLIST.perl= yes
.include "../../lang/perl5/buildlink3.mk"