components/perl_modules/gettext/Makefile
changeset 5797 432ac76de3b0
parent 5682 94c0ca64c022
child 7520 7b33249790c8
--- a/components/perl_modules/gettext/Makefile	Fri Apr 15 00:25:15 2016 -0700
+++ b/components/perl_modules/gettext/Makefile	Mon Apr 18 13:01:02 2016 -0700
@@ -52,14 +52,10 @@
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
-build:		$(BUILD_32_and_64)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32_and_64)
+install:	$(INSTALL_64)
 
-test:		$(TEST_32_and_64)
+test:		$(TEST_64)
 
 system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)
-
-REQUIRED_PACKAGES += runtime/perl-512
-REQUIRED_PACKAGES += runtime/perl-520
-REQUIRED_PACKAGES += runtime/perl-522