aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2024-04-04 10:27:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2024-04-04 10:27:28 +0000
commit2370847ccdf81a5d6305bf6ec4e8f33765e6f75d (patch)
tree475d4a0e814bb7b4d8cbb0cb758b93b5539a3eb1
parentce8cb5f744f6c940b6268b5b4bb53ffbb5555b09 (diff)
downloadports-2370847ccdf81a5d6305bf6ec4e8f33765e6f75d.tar.gz
ports-2370847ccdf81a5d6305bf6ec4e8f33765e6f75d.zip
graphics/lux: fix depends
-rw-r--r--graphics/lux/Makefile3
1 files changed, 2 insertions, 1 deletions
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