diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-04 23:40:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-04 23:40:48 +0000 |
commit | b79c8a1fb615ced1df19f12ccda149e419cf4625 (patch) | |
tree | 0049190ffdb88458a163b5458e743ac4b35cc770 /x11/rxvt-unicode | |
parent | 079d1e9afce823fd307eaafc979e251dac73750b (diff) | |
download | pkgsrc-b79c8a1fb615ced1df19f12ccda149e419cf4625.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/Makefile | 3 | ||||
-rw-r--r-- | x11/rxvt-unicode/options.mk | 3 |
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" |