1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

multimedia/qmmp-qt6: mark CDDA option deprecated

This commit is contained in:
Rene Ladan 2024-08-04 15:53:53 +02:00
parent 0785ca2fb3
commit 588126445b

View File

@ -262,4 +262,10 @@ post-install-DOXYGEN-on:
@${FIND} -P ${STAGEDIR}${DOCSDIR}/html -type f 2>/dev/null | \
${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCDDA}
DEPRECATED= CDDA depends on expired audio/libcddb
.endif
.include <bsd.port.mk>