diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-01 18:25:50 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-07 08:22:45 +0000 |
| commit | 30975efbaff0a021545e81bd9fa09d848edfaafa (patch) | |
| tree | 41b36d9070c6940c679d2075fc18246a610943b1 | |
| parent | cab6a39d7b343596a5823e65c0f7b426551ec22d (diff) | |
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
| -rw-r--r-- | lib/libexpat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
