components/stunnel/Makefile
changeset 3817 30b42c38bbc4
parent 3741 5813a4ba7644
child 3926 11b6c9d02e9e
--- a/components/stunnel/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/stunnel/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -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
@@ -78,6 +78,8 @@
 
 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