mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
that makes it easy to create your own interactive stories, animations, games, music, and art - and share your creations on the web. WWW: https://scratch.mit.edu/ PR: 216811 Requested by: Takeshi Mutoh <takeshi.mutoh@gmail.com> Approved by: hrs (mentor)
15 lines
481 B
Text
15 lines
481 B
Text
--- Makefile.orig 2011-05-25 18:53:42 UTC
|
|
+++ Makefile
|
|
@@ -4,10 +4,10 @@ build:
|
|
$(MAKE) build -C src/plugins/scratch/
|
|
$(MAKE) build -C src/plugins/unicode/
|
|
$(MAKE) build -C src/plugins/camera/
|
|
- $(MAKE) build -C src/plugins/wedo/
|
|
+# $(MAKE) build -C src/plugins/wedo/
|
|
|
|
clean:
|
|
$(MAKE) clean -C src/plugins/scratch/
|
|
$(MAKE) clean -C src/plugins/unicode/
|
|
$(MAKE) clean -C src/plugins/camera/
|
|
- $(MAKE) clean -C src/plugins/wedo/
|
|
+# $(MAKE) clean -C src/plugins/wedo/
|