Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2022 19:22:15 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4287c9ce73f - main - emulators/higan: don't depend on p7zip
Message-ID:  <202201031922.203JMFja006285@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d4287c9ce73f1ce10403b16df34e89ff32922c6b

commit d4287c9ce73f1ce10403b16df34e89ff32922c6b
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-03 19:21:30 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-03 19:21:30 +0000

    emulators/higan: don't depend on p7zip
    
    Dependency on p7zip was a workaround, it is not needed anymore.
    
    PR:             260866
    Tested by:      maintainer
---
 emulators/higan/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile
index c3ff760d84a6..bd5fd2d06857 100644
--- a/emulators/higan/Makefile
+++ b/emulators/higan/Makefile
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		7z:p7zip compiler:c++14-lang gettext gmake gnome pkgconfig xorg
+USES=		7z compiler:c++14-lang gettext gmake gnome pkgconfig xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk20 gtksourceview2
 USE_XORG=	x11 xext
 USE_CSTD=	c99



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