summaryrefslogtreecommitdiff
path: root/lib/ncurses
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-05 21:01:08 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-05 21:01:08 +0000
commitc389411c8aa86e3ffa6e7b24ecef1d8c94549bb8 (patch)
treed202f169da241769452be64ff9d6811a356945a0 /lib/ncurses
parent41a737904fb2cd0700caa74060aaf8eac9421d22 (diff)
downloadsrc-test-c389411c8aa86e3ffa6e7b24ecef1d8c94549bb8.tar.gz
src-test-c389411c8aa86e3ffa6e7b24ecef1d8c94549bb8.zip
Remove libc, librtld_db, libthr packages, and further increase
the constraints on what needs to be installed in a specific to maintain consistency during upgrades. Create a new clibs package containing libraries that are needed as a bare minimum for consistency. With much help and input from: kib Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=295337
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 94fb03a9b278d..cf9053ca94c8e 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= clibs
SHLIBDIR?= /lib
.if !defined(ENABLE_WIDEC)