git: 8b92c19351b4 - main - graphics/lux: Change RUN_DEPENDS from x11-fonts/noto-sans-basic to x11-fonts/noto-sans
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 18:21:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b92c19351b4bf5d7730f5fd6673afc1bc6649ae commit 8b92c19351b4bf5d7730f5fd6673afc1bc6649ae Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 18:20:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 18:20:16 +0000 graphics/lux: Change RUN_DEPENDS from x11-fonts/noto-sans-basic to x11-fonts/noto-sans - Bump PORTREVISION for dependency change --- graphics/lux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile index cd4023ab21f4..7b91998c0b4c 100644 --- a/graphics/lux/Makefile +++ b/graphics/lux/Makefile @@ -1,5 +1,6 @@ PORTNAME= lux DISTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/kfj/pv/get/ PKGNAMESUFFIX= -pv # distinguish from www/lux @@ -19,7 +20,7 @@ LIB_DEPENDS= libhwy.so:devel/highway \ libexiv2.so:graphics/exiv2 \ libvigraimpex.so:graphics/vigra \ libOpenImageIO.so:graphics/openimageio -RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans-basic +RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans GUIFONT= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf USES= cmake desktop-file-utils dos2unix localbase:ldflags pkgconfig tar:bz2 gl