diff -r 3781477accf3 -r 20c0f21bbe1e components/psutils/Makefile --- a/components/psutils/Makefile Thu Mar 19 14:35:58 2015 -0700 +++ b/components/psutils/Makefile Thu Mar 19 20:44:31 2015 -0700 @@ -18,10 +18,10 @@ # # 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 -include ../../make-rules/shared-targets.mk +include $(WS_MAKE_RULES)/shared-targets.mk COMPONENT_NAME= psutils COMPONENT_VERSION= p17 @@ -39,9 +39,9 @@ TPNO= 9004 -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 # Can't use 'p17' since that is not accepted by pkg. And homepage # http://knackered.knackered.org/angus/psutils/ states that development version @@ -79,6 +79,7 @@ test: $(NO_TESTS) -BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) -include ../../make-rules/depend.mk +REQUIRED_PACKAGES += runtime/perl-512 +REQUIRED_PACKAGES += shell/ksh93 +REQUIRED_PACKAGES += system/library