diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/arduino/Makefile | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
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 |