diff -r 3781477accf3 -r 20c0f21bbe1e components/apache2-modules/mod_perl/Makefile --- a/components/apache2-modules/mod_perl/Makefile Thu Mar 19 14:35:58 2015 -0700 +++ b/components/apache2-modules/mod_perl/Makefile Thu Mar 19 20:44:31 2015 -0700 @@ -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. # include ../../../make-rules/shared-macros.mk @@ -36,9 +36,9 @@ CONFIGURE_DEFAULT_DIRS=no -include ../../../make-rules/prep.mk -include ../../../make-rules/justmake.mk -include ../../../make-rules/ips.mk +include $(WS_MAKE_RULES)/prep.mk +include $(WS_MAKE_RULES)/justmake.mk +include $(WS_MAKE_RULES)/ips.mk APACHE_USR_PREFIX=/usr/apache2/2.2 AP_PERL5LIB=$(APACHE_USR_PREFIX)/lib/perl @@ -71,6 +71,11 @@ #test: $(TEST_32) test: $(NO_TESTS) -BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) -include ../../../make-rules/depend.mk +REQUIRED_PACKAGES += library/apr-13 +REQUIRED_PACKAGES += library/apr-util-13 +REQUIRED_PACKAGES += runtime/perl-512 +REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/math +REQUIRED_PACKAGES += system/linker +REQUIRED_PACKAGES += web/server/apache-22