components/stunnel/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3762 24bf22f4dfa8
child 7508 d03fb8c23fad
--- a/components/stunnel/Makefile	Thu Mar 19 14:35:58 2015 -0700
+++ b/components/stunnel/Makefile	Thu Mar 19 20:44:31 2015 -0700
@@ -38,9 +38,9 @@
 COMPONENT_BUGDB=	utility/stunnel
 TPNO=                   21367
 
-include ../../make-rules/prep.mk
-include ../../make-rules/configure.mk
-include ../../make-rules/ips.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 # need /usr/perl5/bin on path to access pod2man perl script, used by 
 # the build to create docs
@@ -74,6 +74,9 @@
 
 test:           $(NO_TESTS)
 
-BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
 
-include ../../make-rules/depend.mk
+REQUIRED_PACKAGES += library/security/openssl
+REQUIRED_PACKAGES += system/core-os
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/linker
+REQUIRED_PACKAGES += system/network