fix deps for flent-gui, spotted by solene@

This commit is contained in:
sthen 2021-09-21 12:13:57 +00:00
parent e66d1a0244
commit c2ea64007d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2021/03/07 19:34:40 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2021/09/21 12:13:57 sthen Exp $
COMMENT-main= test network latency under load via netperf
COMMENT-gui= GUI for flent (test network latency under load via netperf)
@ -7,6 +7,7 @@ MODPY_EGG_VERSION= 2.0.0
DISTNAME= flent-${MODPY_EGG_VERSION}
PKGNAME-main= flent-${MODPY_EGG_VERSION}
PKGNAME-gui= flent-gui-${MODPY_EGG_VERSION}
REVISION-gui= 0
CATEGORIES= benchmarks net
@ -27,9 +28,10 @@ RUN_DEPENDS-main= ${MODPY_RUN_DEPENDS} \
net/fping>=5.0p0 \
graphics/py-matplotlib${MODPY_FLAVOR}
RUN_DEPENDS-gui= ${RUN_DEPENDS-main} \
RUN_DEPENDS-gui= ${BUILD_PKGPATH} \
devel/desktop-file-utils \
misc/shared-mime-info \
x11/py-qtpy${MODPY_FLAVOR}
x11/py-qt5${MODPY_FLAVOR}
NO_TEST= Yes