make-rules/makemaker.mk
changeset 3817 30b42c38bbc4
parent 3558 2cec274f17fc
child 3864 77a09e73626b
--- a/make-rules/makemaker.mk	Mon Feb 16 13:54:04 2015 -0800
+++ b/make-rules/makemaker.mk	Sun Feb 15 19:02:09 2015 -0600
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 # Perl 5.12 and older are 32-bit only.
@@ -153,3 +153,13 @@
 
 clean:: 
 	$(RM) -r $(BUILD_DIR) $(PROTO_DIR)
+
+ifneq ($(findstring 5.12, $(PERL_VERSIONS)),)
+REQUIRED_PACKAGES += runtime/perl-512
+endif
+ifneq ($(findstring 5.12-mt, $(PERL_VERSIONS)),)
+REQUIRED_PACKAGES += runtime/perl-threaded-512
+endif
+ifneq ($(findstring 5.16, $(PERL_VERSIONS)),)
+REQUIRED_PACKAGES += runtime/perl-516
+endif