diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /devel/arduino-glcd | |
parent | 1510b743f230c8b6af6cc251122903f0afdc1461 (diff) |
Notes
Diffstat (limited to 'devel/arduino-glcd')
-rw-r--r-- | devel/arduino-glcd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/arduino-glcd/Makefile b/devel/arduino-glcd/Makefile index caef0093e3e0..13c3a3c6b7d7 100644 --- a/devel/arduino-glcd/Makefile +++ b/devel/arduino-glcd/Makefile @@ -16,8 +16,7 @@ LICENSE= LGPL21 RUN_DEPENDS= arduino:${PORTSDIR}/devel/arduino WRKSRC= ${WRKDIR}/glcd -USE_ZIP= yes -USE_DOS2UNIX= yes +USES= zip dos2unix NO_BUILD= yes NO_STAGE= yes |