svn commit: r569105 - head/lang/parrot
Mathieu Arnold
mat at FreeBSD.org
Wed Mar 24 11:15:41 UTC 2021
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
More information about the svn-ports-head
mailing list