Hotfix to unbreak build.

Add missing build dependency bash. Spotted by naddy@ Thanks!
This commit is contained in:
rsadowski 2020-03-24 14:41:16 +00:00
parent 753ddb9963
commit e3f5844c4b

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2019/03/30 09:08:42 rsadowski Exp $
# $OpenBSD: Makefile,v 1.9 2020/03/24 14:41:16 rsadowski Exp $
COMMENT = KDE Breeze-style light and dark icon themes
DISTNAME = breeze-icons-${VERSION}
REVISION = 0
WANTLIB- =
@ -9,6 +10,8 @@ RUN_DEPENDS = x11/gtk+3,-guic
PKG_ARCH = *
BUILD_DEPENDS = shells/bash
TEST_DEPENDS = sysutils/fdupes
.include <bsd.port.mk>