diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-07 07:03:52 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-07 07:06:04 +0000 |
commit | 32790fc4b1324890b373eb8d4822bca28a3fc9ff (patch) | |
tree | b0aa53345bafcc16ab7edd9e8e6ac383036b976b | |
parent | 4bb90e74c70e52623c4b5cffa6afc274af4c872b (diff) | |
download | ports-32790fc4b1324890b373eb8d4822bca28a3fc9ff.tar.gz ports-32790fc4b1324890b373eb8d4822bca28a3fc9ff.zip |
audio/linux-c7-pulseaudio-libs: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/linux-c7-pulseaudio-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-c7-pulseaudio-libs/Makefile b/audio/linux-c7-pulseaudio-libs/Makefile index 9e72d7b39691..0cb2508322af 100644 --- a/audio/linux-c7-pulseaudio-libs/Makefile +++ b/audio/linux-c7-pulseaudio-libs/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX= dbuslibs libasyncns libsndfile systemd-libs tcp_wrappers-libs \ xorglibs |