From 022b443812b838b9622f5eb987c038f275e0f6ea Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 17:15:46 +0000 Subject: Fix a fallout in the convertion script --- devel/arduino-glcd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit