media-radio/dxcc: Fix dependency on dev-perl/Tk

Package-Manager: portage-2.2.27
This commit is contained in:
Kent Fredric
2016-03-12 16:19:13 +13:00
committed by Andreas K. Hüttel
parent 8b043d9239
commit 7981569cc4

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
IUSE="tk"
RDEPEND="dev-lang/perl
tk? ( dev-perl/perl-tk )"
tk? ( dev-perl/Tk )"
src_prepare() {
epatch "${FILESDIR}/Makefile.patch"