Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2023 16:40:33 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 123e45ab0d68 - main - emulators/aranym: Remove USES=desktop-file-utils; Add USES=jpeg
Message-ID:  <202307101640.36AGeXof079061@gitrepo.freebsd.org>

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

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

commit 123e45ab0d68dbce766135cbe34964c96b798e0f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-10 16:39:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-10 16:40:31 +0000

    emulators/aranym: Remove USES=desktop-file-utils; Add USES=jpeg
    
    Reported by:    eduardo@
---
 emulators/aranym/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile
index be3ddf863a43..b1f0993f9ad8 100644
--- a/emulators/aranym/Makefile
+++ b/emulators/aranym/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	aranym
 DISTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
 DISTNAME=	${PORTNAME}_${DISTVERSION}.orig
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	openjpeg>0:graphics/openjpeg \
 		sdl-config:devel/sdl12
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		desktop-file-utils gmake perl5 pkgconfig gl localbase:ldflags sdl shebangfix xorg
+USES=		gmake jpeg perl5 pkgconfig gl localbase:ldflags sdl shebangfix xorg
 USE_GL=		gl
 USE_SDL=	sdl2 image2
 USE_XORG=	x11



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