Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2021 11:15:41 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569105 - head/lang/parrot
Message-ID:  <202103241115.12OBFfAa024256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Mar 24 11:15:40 2021
New Revision: 569105
URL: https://svnweb.freebsd.org/changeset/ports/569105

Log:
  Fix build.

Modified:
  head/lang/parrot/Makefile   (contents, props changed)

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Wed Mar 24 11:09:42 2021	(r569104)
+++ head/lang/parrot/Makefile	Wed Mar 24 11:15:40 2021	(r569105)
@@ -14,6 +14,7 @@ COMMENT=	Virtual machine for dynamic languages
 LICENSE=	ART20
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
+		${P5_POD_PARSER} \
 		pcre-config:devel/pcre
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libicudata.so:devel/icu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103241115.12OBFfAa024256>