Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 10:27:29 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2370847ccdf8 - main - graphics/lux: fix depends
Message-ID:  <202404041027.434ARTS9041606@gitrepo.freebsd.org>

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

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

commit 2370847ccdf81a5d6305bf6ec4e8f33765e6f75d
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-04-04 10:27:11 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-04-04 10:27:28 +0000

    graphics/lux: fix depends
---
 graphics/lux/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile
index 739e2acca7e2..11dd39403711 100644
--- a/graphics/lux/Makefile
+++ b/graphics/lux/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lux
 PORTVERSION=	1.1.8
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/kfj/pv/get/
 PKGNAMESUFFIX=	-pv	# distinguish from www/lux
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libhwy.so:devel/highway \
 		libsfml-window.so:devel/sfml \
 		libexiv2.so:graphics/exiv2 \
 		libvigraimpex.so:graphics/vigra
-RUN_DEPENDS=	${GUIFONT}:x11-fonts/noto-basic
+RUN_DEPENDS=	noto-basic>0:x11-fonts/noto-basic
 GUIFONT=	${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf
 
 USES=		cmake desktop-file-utils dos2unix pkgconfig tar:bz2



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