components/help2man/Makefile
changeset 5797 432ac76de3b0
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
--- a/components/help2man/Makefile	Fri Apr 15 00:25:15 2016 -0700
+++ b/components/help2man/Makefile	Mon Apr 18 13:01:02 2016 -0700
@@ -37,7 +37,7 @@
 TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/gnu-component.mk
 
-CONFIGURE_ENV +=	PERL=$(PERL.5.22)
+CONFIGURE_ENV +=	PERL=$(PERL)
 
 # Needed to successfully create the message files.
 COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
@@ -45,4 +45,4 @@
 # Needed to get all the localized files.
 COMPONENT_INSTALL_TARGETS += install_l10n
 
-REQUIRED_PACKAGES += runtime/perl-522
+REQUIRED_PACKAGES += $(PERL_PKG)