components/perl_modules/xml-sax/Makefile
changeset 5797 432ac76de3b0
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
--- a/components/perl_modules/xml-sax/Makefile	Fri Apr 15 00:25:15 2016 -0700
+++ b/components/perl_modules/xml-sax/Makefile	Mon Apr 18 13:01:02 2016 -0700
@@ -37,9 +37,6 @@
 
 TPNO=			12998
 
-# build threaded 5.12 support too
-PERL_VERSIONS += 5.12-mt
-
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/ips.mk
 include $(WS_MAKE_RULES)/makemaker.mk
@@ -58,15 +55,10 @@
 	'-e "s|\(^Files=14,\sTests=106\).*|\1|" ' \
 	'-e "/\(parsed\).*/d" '
 
-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