components/libtorrent/Makefile
changeset 3817 30b42c38bbc4
parent 3768 34ddbee8e07b
child 4088 98a08684d104
--- a/components/libtorrent/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/libtorrent/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -41,9 +41,9 @@
 
 TPNO=			9038
 
-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
 
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
@@ -89,6 +89,7 @@
 
 test:		$(NO_TESTS)
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
-
-include ../../make-rules/depend.mk
+REQUIRED_PACKAGES += library/c++/sigcpp
+REQUIRED_PACKAGES += library/security/openssl
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/c++-runtime