git: c9621d45a154 - main - pkgbase: Put libpanelw and libform in FreeBSD-clibs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 07:54:19 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=c9621d45a1548e6b5bff0bdd3151667550170dd9
commit c9621d45a1548e6b5bff0bdd3151667550170dd9
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-01-27 15:17:32 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-08 07:49:59 +0000
pkgbase: Put libpanelw and libform in FreeBSD-clibs
Put them with the others ncurses libs.
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D38227
---
lib/ncurses/form/Makefile | 1 +
lib/ncurses/panel/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/lib/ncurses/form/Makefile b/lib/ncurses/form/Makefile
index a6b186936dc5..8a26672544c5 100644
--- a/lib/ncurses/form/Makefile
+++ b/lib/ncurses/form/Makefile
@@ -5,6 +5,7 @@
SRCDIR= ${NCURSES_DIR}/form
+PACKAGE= clibs
LIB= formw
SHLIB_MAJOR= 6
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
index 9dd950496b1b..5c7568d7ece2 100644
--- a/lib/ncurses/panel/Makefile
+++ b/lib/ncurses/panel/Makefile
@@ -5,6 +5,7 @@
SRCDIR= ${NCURSES_DIR}/panel
+PACKAGE= clibs
LIB= panelw
SHLIB_MAJOR= 6