From 1ab5e1f32e23ac83d1830acb852de8325213c3a8 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 4 Aug 2011 23:40:48 +0000 Subject: Only depend on perl when the perl option is selected. From Matthew Mondor in PR 45205. --- x11/rxvt-unicode/Makefile | 3 +-- x11/rxvt-unicode/options.mk | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/rxvt-unicode') 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" -- cgit v1.2.3