Update DESCR to let users know that makeesparduino is a required package for

compiling projects.

ok kn@
This commit is contained in:
tracey 2020-12-01 19:59:35 +00:00
parent e27b49eb80
commit 1e4b1769c3
2 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2020/10/29 14:11:50 tracey Exp $
# $OpenBSD: Makefile,v 1.4 2020/12/01 19:59:35 tracey Exp $
COMMENT = esp32 arduino core toolset
V = 1.0.4
DISTNAME = esp32-${V}
PKGNAME = arduino-${DISTNAME}
REVISION = 1
REVISION = 2
CATEGORIES = devel

View File

@ -1 +1,6 @@
Framework to program Espressif ESP32 chipsets via the Arduino environment.
Before using this arduino-core, the makeesparduino package must be installed
to compile your sketches.
If you haven't already, please use pkg_add to install makeesparduino.