diff options
Diffstat (limited to 'devel/arduino/Makefile')
-rw-r--r-- | devel/arduino/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 1899a1dcf017..3afe5b446034 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -5,7 +5,7 @@ PORTNAME= arduino PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel java lang MASTER_SITES= GOOGLE_CODE @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_JAVA= 1.6+ NO_BUILD= yes +USE_LDCONFIG= ${PREFIX}/arduino/lib SUB_FILES= arduino pkg-message SUB_LIST= PORTNAME=${PORTNAME} @@ -76,7 +77,7 @@ post-extract: @${REINPLACE_CMD} -e 's|readlink -f|realpath|g' ${WRKSRC}/arduino post-patch: - @${RM} ${WRKSRC}/hardware/arduino/bootloaders/atmega8/*.orig + @${RM} -f ${WRKSRC}/hardware/arduino/bootloaders/atmega8/*.orig ${WRKSRC}/hardware/arduino/cores/arduino/Print.cpp.orig .if defined(WITHOUT_REFDOCS) @${RM} -rf ${WRKSRC}/reference |