diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arduino-glcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arduino-glcd/Makefile b/devel/arduino-glcd/Makefile index 4a243ac8cbb8..a6f52d480ec7 100644 --- a/devel/arduino-glcd/Makefile +++ b/devel/arduino-glcd/Makefile @@ -19,6 +19,7 @@ USE_ZIP= yes USE_DOS2UNIX= yes NO_BUILD= yes +NO_STAGE= yes FILES= \ Buildinfo.txt \ @@ -34,7 +35,6 @@ FILES= \ glcd_Buildinfo.h \ glcd_Config.h \ glcd_Device.cpp \ -NO_STAGE= yes include \ readme.txt |