git: 2370847ccdf8 - main - graphics/lux: fix depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Apr 2024 10:27:29 UTC
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