svn commit: r569106 - branches/2021Q1/lang/parrot

Mathieu Arnold mat at FreeBSD.org
Wed Mar 24 11:16:12 UTC 2021


Author: mat
Date: Wed Mar 24 11:16:11 2021
New Revision: 569106
URL: https://svnweb.freebsd.org/changeset/ports/569106

Log:
  MFH: r569105
  
  Fix build.

Modified:
  branches/2021Q1/lang/parrot/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/lang/parrot/Makefile
==============================================================================
--- branches/2021Q1/lang/parrot/Makefile	Wed Mar 24 11:15:40 2021	(r569105)
+++ branches/2021Q1/lang/parrot/Makefile	Wed Mar 24 11:16:11 2021	(r569106)
@@ -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


More information about the svn-ports-all mailing list