git: c5928b7bac90 - main - emulators/wine-devel: Don't depend on faudio and libxml2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 07:52:52 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5928b7bac900efabcdb18e5a10b54a6265c97dd commit c5928b7bac900efabcdb18e5a10b54a6265c97dd Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2022-01-28 07:49:44 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2022-01-28 07:52:07 +0000 emulators/wine-devel: Don't depend on faudio and libxml2 Wine now ships and builds faudio and libxml2 itself, so remove the external dependencies on those two ports. Approved by: damjan.jov@gmail.com (maintainer) --- emulators/wine-devel/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0e04b7bdf65e..d89c54bcd9bb 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -19,8 +19,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex -LIB_DEPENDS= libFAudio.so:audio/faudio \ - libxml2.so:textproc/libxml2 USES= bison cpe desktop-file-utils gmake localbase \ pkgconfig sdl shebangfix tar:xz