24523523 do not publish w3m when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 25 Aug 2016 12:12:02 -0700
changeset 6696 34fb4d9c388b
parent 6695 76ba0c79d750
child 6697 5eee27273099
24523523 do not publish w3m when BUILD_TYPE=evaluation
components/w3m/Makefile
--- a/components/w3m/Makefile	Thu Aug 25 12:10:22 2016 -0700
+++ b/components/w3m/Makefile	Thu Aug 25 12:12:02 2016 -0700
@@ -36,6 +36,10 @@
 TPNO=			21998
 
 SYSTEM_TEST_TARGET= $(SYSTEM_TEST_64)
+
+# Depends on newer cairo, which cannot be updated in S11.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
 include $(WS_MAKE_RULES)/common.mk
 
 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf ; automake ; aclocal ; libtoolize )