components/sendmail/Makefile
changeset 3817 30b42c38bbc4
parent 3651 1ca146aae014
child 3850 71cd6a33be87
--- a/components/sendmail/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/sendmail/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -35,10 +35,10 @@
 
 TPNO=			7435
 
-include ../../make-rules/prep.mk
-include ../../make-rules/justmake.mk
-include ../../make-rules/ips.mk
-include ../../make-rules/lint-libraries.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/justmake.mk
+include $(WS_MAKE_RULES)/ips.mk
+include $(WS_MAKE_RULES)/lint-libraries.mk
 
 # Although we build 32_and_64, everything except libmilter just wants 64,
 # which is why the macros just below only have values for 64.  libmilter
@@ -136,6 +136,12 @@
 
 test:		$(TEST_32_and_64)
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
-
-include ../../make-rules/depend.mk
+REQUIRED_PACKAGES += database/berkeleydb-5
+REQUIRED_PACKAGES += library/libmilter
+REQUIRED_PACKAGES += library/openldap
+REQUIRED_PACKAGES += library/security/openssl
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/core-os
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/network