From 90b804753004b0e12e657381d2e71a89dabf97f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 14 Jan 2021 08:20:38 +0700 Subject: [PATCH] parrot: fix ftbfs --- srcpkgs/parrot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/parrot/template b/srcpkgs/parrot/template index 55472a9726c..ec36cbd2afd 100644 --- a/srcpkgs/parrot/template +++ b/srcpkgs/parrot/template @@ -7,7 +7,7 @@ configure_args="--prefix=/usr --mandir=/usr/share/man" short_desc="Virtual machine designed for dynamic languages" maintainer="pancake " homepage="http://www.parrot.org" -hostmakedepends="perl" +hostmakedepends="perl perl-Pod-Parser" configure_script="perl Configure.pl" license="Artistic" distfiles="ftp://ftp.parrot.org/pub/parrot/releases/supported/${version}/parrot-${version}.tar.bz2"