diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-07 07:02:29 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-07 07:06:01 +0000 |
commit | 867dcb1f1c74fc2f8d40ba6920a703dae121aef4 (patch) | |
tree | da6d8a3748a566b8faf935235b2ae869eb90866a | |
parent | 724fa5701a0a25641e538e6b3c215674114d8ecf (diff) | |
download | ports-867dcb1f1c74fc2f8d40ba6920a703dae121aef4.tar.gz ports-867dcb1f1c74fc2f8d40ba6920a703dae121aef4.zip |
audio/linux-c7-libsndfile: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/linux-c7-libsndfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/linux-c7-libsndfile/Makefile b/audio/linux-c7-libsndfile/Makefile index 04e4968d1c28..7771764e60b2 100644 --- a/audio/linux-c7-libsndfile/Makefile +++ b/audio/linux-c7-libsndfile/Makefile @@ -9,11 +9,13 @@ CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Linux CentOS ${LINUX_DIST_VER}) -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX= flac gsm libogg libvorbis USE_LINUX_RPM= yes +CPE_VENDOR= libsndfile_project + CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr |