diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 07:50:53 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:04 +0000 |
| commit | 0299500f280a7d934da448b801caa49a4e1c18ec (patch) | |
| tree | 1d2236ffaeda99cdedde032c64da5f133b905ad1 | |
| parent | cde65589a044be07d8ea01c728102c062fba6770 (diff) | |
audio/ezstream: Fix deprecated CPE data
| -rw-r--r-- | audio/ezstream/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 9c0739896513..4e1624e46bfb 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -38,7 +38,8 @@ TAGLIB_CONFIGURE_OFF= --without-taglib TAGLIB_LIB_DEPENDS= libtag.so:audio/taglib TAGLIB_CONFIGURE_ON= --with-taglib=${LOCALBASE} -CPE_VENDOR= icecast +CPE_VENDOR= xiph +CPE_PRODUCT= icecast_ezstream .include <bsd.port.options.mk> |
