diff --git a/dev-perl/html_parser/html_parser-3.83.recipe b/dev-perl/html_parser/html_parser-3.83.recipe
index 3cb6e95bf..4658a4e15 100644
--- a/dev-perl/html_parser/html_parser-3.83.recipe
+++ b/dev-perl/html_parser/html_parser-3.83.recipe
@@ -6,7 +6,7 @@ COPYRIGHT="1995-2009 Gisle Aas
1999-2000 Michael A. Chase"
LICENSE="GNU GPL v1
Artistic"
-REVISION="1"
+REVISION="2"
SOURCE_URI="https://github.com/libwww-perl/HTML-Parser/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="d56c58da133049001f2bb4347344c583cc39bc8dd7da61745b2df1cfeb54f4ba"
SOURCE_FILENAME="html_parser-$portVersion.tar.gz"
@@ -25,17 +25,14 @@ if [ -n "$secondaryArchSuffix" ]; then
fi
REQUIRES="
haiku$secondaryArchSuffix
-# html_tagset # missing
-# http_headers # missing
+ html_tagset
+ http_message
uri
vendor_perl
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
-# html_tagset # missing
-# http_headers # missing
- uri
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
@@ -43,6 +40,12 @@ BUILD_PREREQUIRES="
cmd:perl
"
+TEST_REQUIRES="
+ html_tagset
+ http_message
+ uri
+ "
+
BUILD()
{
perl Makefile.PL PREFIX=$prefix