components/help2man/Makefile
changeset 5797 432ac76de3b0
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
equal deleted inserted replaced
5795:b6b9d57d2466 5797:432ac76de3b0
    35 TPNO=			27415
    35 TPNO=			27415
    36 
    36 
    37 TEST_TARGET= $(NO_TESTS)
    37 TEST_TARGET= $(NO_TESTS)
    38 include $(WS_MAKE_RULES)/gnu-component.mk
    38 include $(WS_MAKE_RULES)/gnu-component.mk
    39 
    39 
    40 CONFIGURE_ENV +=	PERL=$(PERL.5.22)
    40 CONFIGURE_ENV +=	PERL=$(PERL)
    41 
    41 
    42 # Needed to successfully create the message files.
    42 # Needed to successfully create the message files.
    43 COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
    43 COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
    44 
    44 
    45 # Needed to get all the localized files.
    45 # Needed to get all the localized files.
    46 COMPONENT_INSTALL_TARGETS += install_l10n
    46 COMPONENT_INSTALL_TARGETS += install_l10n
    47 
    47 
    48 REQUIRED_PACKAGES += runtime/perl-522
    48 REQUIRED_PACKAGES += $(PERL_PKG)