components/perl_modules/xml-sax-base/Makefile
changeset 5797 432ac76de3b0
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
--- a/components/perl_modules/xml-sax-base/Makefile	Fri Apr 15 00:25:15 2016 -0700
+++ b/components/perl_modules/xml-sax-base/Makefile	Mon Apr 18 13:01:02 2016 -0700
@@ -38,9 +38,6 @@
 
 TPNO=			13137
 
-# 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
@@ -56,15 +53,10 @@
 	'-e "/^PERL_DL_NONLAZY/d" ' \
 	'-e "s|\(^Files=\).*|\1|" '
 
-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