git: 0785ca2fb3f3 - main - multimedia/qmmp-qt5: mark CDDA option deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 13:54:37 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=0785ca2fb3f3cf4b0608fbd4588f69fb608ee9f3 commit 0785ca2fb3f3cf4b0608fbd4588f69fb608ee9f3 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-08-04 13:53:34 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-08-04 13:54:26 +0000 multimedia/qmmp-qt5: mark CDDA option deprecated --- multimedia/qmmp-qt5/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index 9b37bbc3f2ad..1786561016b2 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -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>