Missing RDEP on x11/qt5/qtsvg, found by Carsten Boysen Jensen

This commit is contained in:
bket 2021-08-27 09:25:26 +00:00
parent 3cf68dde50
commit 0a3f067204

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2021/03/28 05:40:32 bket Exp $
# $OpenBSD: Makefile,v 1.8 2021/08/27 09:25:26 bket Exp $
COMMENT = graphical audio player which supports lots of formats
DISTNAME = audacious-${VERSION}
PKGNAME = audacious-player-${VERSION}
REVISION = 1
REVISION = 2
SHARED_LIBS += audcore 5.2 # 5.3
SHARED_LIBS += audtag 3.0 # 3.0
@ -17,6 +17,8 @@ WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets c gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 iconv intl m
RUN_DEPENDS = devel/desktop-file-utils
# needed for displaying icons
RUN_DEPENDS += x11/qt5/qtsvg
MAKE_ENV = LIBaudcore_VERSION=${LIBaudcore_VERSION} \
LIBaudtag_VERSION=${LIBaudtag_VERSION} \