Update kdelibs4support to 5.39.0 and not to 5.41.0 because otherwise the openssl stuff will do too much work. (Make kssl compile against OpenSSL 1.1.0 (bug 370223)). Tested in an bulk by landry@ Thanks! ok landry@
19 lines
462 B
Makefile
19 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.7 2018/01/09 21:10:39 rsadowski Exp $
|
|
|
|
COMMENT = statistics for the KDE Activity concept
|
|
DISTNAME = kactivities-stats-${VERSION}
|
|
|
|
SHARED_LIBS = KF5ActivitiesStats 4.0
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Activities KF5ConfigCore Qt5Core
|
|
WANTLIB += Qt5DBus Qt5Sql m
|
|
|
|
BUILD_DEPENDS = devel/boost
|
|
|
|
LIB_DEPENDS = devel/kf5/kactivities \
|
|
devel/kf5/kconfig
|
|
|
|
CONFIGURE_ENV = CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|