4e3b1b97c2
recursive bump for the dependency change
18 lines
484 B
Makefile
18 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.37 2020/03/10 22:08:57 wiz Exp $
|
|
|
|
DISTNAME= knewstuff-${KF5VER}
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Support for downloading application assets from the network
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
USE_TOOLS+= msgmerge
|
|
|
|
.include "../../devel/kio/buildlink3.mk"
|
|
.include "../../x11/kirigami2/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|