components/antlr/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3984 03ec35f09e5b
--- a/components/antlr/Makefile	Thu Mar 19 14:35:58 2015 -0700
+++ b/components/antlr/Makefile	Thu Mar 19 20:44:31 2015 -0700
@@ -40,9 +40,9 @@
 # Use version of Java defined in ../../make-rules/shared-macros.mk
 PATH=$(SPRO_VROOT)/bin:$(JAVA_HOME)/bin:/usr/bin
 
-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
 
 PATCH_LEVEL =		0
 
@@ -73,6 +73,6 @@
 
 test:           $(TEST_32)
 
-BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
 
-include ../../make-rules/depend.mk
+REQUIRED_PACKAGES += runtime/python-27
+REQUIRED_PACKAGES += shell/ksh93