diff options
Diffstat (limited to 'devel/arduino/Makefile')
-rw-r--r-- | devel/arduino/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 8f1be4ef8e79..9141883af1de 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux32 MAINTAINER= leres@ee.lbl.gov COMMENT= Open-source electronics prototyping platform -RUN_DEPENDS= ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:${PORTSDIR}/comms/rxtx \ - ${LOCALBASE}/bin/avrdude:${PORTSDIR}/devel/avrdude \ - ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc +RUN_DEPENDS= ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:comms/rxtx \ + ${LOCALBASE}/bin/avrdude:devel/avrdude \ + ${LOCALBASE}/avr/include/avr/io.h:devel/avr-libc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= dos2unix tar:tgz |