From 30975efbaff0a021545e81bd9fa09d848edfaafa Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 1 Sep 2021 20:25:50 +0200 Subject: [PATCH] pkgbase: Put libbsdxml in FreeBSD-runtime libbsdxml is used by a lot of programs so just put it in FreeBSD-runtime. Differential Revision: https://reviews.freebsd.org/D31800 Reviewed by: emaste --- lib/libexpat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index d79afc53c865..5cbbca253700 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE=lib${LIB} +PACKAGE= runtime EXPAT= ${SRCTOP}/contrib/expat LIB= bsdxml