components/mysql-common/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 2890 47c675945a45
--- a/components/mysql-common/Makefile	Thu Mar 19 14:35:58 2015 -0700
+++ b/components/mysql-common/Makefile	Thu Mar 19 20:44:31 2015 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -27,11 +27,13 @@
 COMPONENT_PROJECT_URL=	http://dev.mysql.com/
 COMPONENT_BUGDB=	database/mysql
 
-include $(WS_TOP)/make-rules/configure.mk
-include $(WS_TOP)/make-rules/ips.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
 # nothing to download or build; just package
 download prep build install test:
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
 clobber:	clean
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/core-os
+REQUIRED_PACKAGES += system/network