mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
graphics/lux: fix noto dependency
Previous commit was not approved by maintainer.
Depending on the file ${GUIFONT} was intentional
as this file is hard-coded in the application.
Instead of removing this sanity check, the correct
is to adjust the dependency from the now meta port
to the port actually delivering this file.
Fixes: 2370847ccd
.
This commit is contained in:
parent
06601897e5
commit
ee8fe6f418
@ -1,5 +1,5 @@
|
||||
PORTNAME= lux
|
||||
PORTVERSION= 1.1.8
|
||||
DISTVERSION= 1.1.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://bitbucket.org/kfj/pv/get/
|
||||
@ -19,7 +19,7 @@ LIB_DEPENDS= libhwy.so:devel/highway \
|
||||
libsfml-window.so:devel/sfml \
|
||||
libexiv2.so:graphics/exiv2 \
|
||||
libvigraimpex.so:graphics/vigra
|
||||
RUN_DEPENDS= noto-basic>0:x11-fonts/noto-basic
|
||||
RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans-basic
|
||||
GUIFONT= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf
|
||||
|
||||
USES= cmake desktop-file-utils dos2unix pkgconfig tar:bz2
|
||||
|
Loading…
Reference in New Issue
Block a user