From e46cfd149c99ed2e3894407c037061cf7c01b296 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 13 Dec 2016 17:53:40 +0100 Subject: [PATCH] perl-Exception-Class: fix cross. --- srcpkgs/perl-Exception-Class/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/perl-Exception-Class/template b/srcpkgs/perl-Exception-Class/template index 8357a1e5800..7c39fbbcc51 100644 --- a/srcpkgs/perl-Exception-Class/template +++ b/srcpkgs/perl-Exception-Class/template @@ -5,6 +5,7 @@ revision=1 wrksrc="${pkgname#*-}-${version}" build_style=perl-module hostmakedepends="perl-Class-Data-Inheritable perl-Devel-StackTrace" +makedepends="${hostmakedepends}" depends="${hostmakedepends}" noarch=yes short_desc='Exception::Class - allows you to declare real exception classes'