Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2022 07:52:52 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5928b7bac90 - main - emulators/wine-devel: Don't depend on faudio and libxml2
Message-ID:  <202201280752.20S7qqcp045004@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201280752.20S7qqcp045004>