aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-03-24 11:16:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-03-24 11:16:11 +0000
commit067817fbdcb625430059e1844c5ea89b81321317 (patch)
treebe3c6cf86b2f792b7b6a46e6df5dfe3fabae4949
parent418de1b3a9e2d6f68e94f995e8752bde80f334b8 (diff)
downloadports-067817fbdcb625430059e1844c5ea89b81321317.tar.gz
ports-067817fbdcb625430059e1844c5ea89b81321317.zip
MFH: r569105
Fix build.
Notes
Notes: svn path=/branches/2021Q1/; revision=569106
-rw-r--r--lang/parrot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index e1f8bbf0f0e7..f0975fa1bd1d 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -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