diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:08:18 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:48 +0000 |
commit | 4a459facbb8de65470b6c1f450f3125cb12aa6f8 (patch) | |
tree | 2ef3774fa1c27608461886aa0ad45c5e3005fc64 /comms | |
parent | fc365e87ac8e5c6c2b2599f170da5254ea1ec1e3 (diff) |
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index a1ba83e716fd..bdad5694308b 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= lrz:comms/lrzsz -USES= iconv localbase ncurses +USES= cpe iconv localbase ncurses +CPE_VENDOR= minicom_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dfl-baud=57600 \ --enable-dfl-port=/dev/cuau0 \ |