diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:15:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:15:46 +0000 |
commit | 24561f1e3ac5c0eb966a0848c7e3e367e4ba079d (patch) | |
tree | bc2de41605a523197495ec3163282f81014643c5 /devel/arduino-glcd | |
parent | 580a778a16c548027cb6b56ad3357f1dec74e859 (diff) | |
download | ports-24561f1e3ac5c0eb966a0848c7e3e367e4ba079d.tar.gz ports-24561f1e3ac5c0eb966a0848c7e3e367e4ba079d.zip |
Notes
Diffstat (limited to 'devel/arduino-glcd')
-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 |