From c389411c8aa86e3ffa6e7b24ecef1d8c94549bb8 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 5 Feb 2016 21:01:08 +0000 Subject: 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 --- lib/libedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libedit') diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index f2f313d29fd07..14c9cbbcc175e 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -2,7 +2,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ -PACKAGE=lib${LIB} +PACKAGE=clibs LIB= edit SHLIB_MAJOR= 7 SHLIBDIR?= /lib -- cgit v1.3