Remove useless Qt5*_DIR vars, it comes from our qt5 module

OK edd@ (maintainer)
This commit is contained in:
rsadowski 2020-05-17 16:26:02 +00:00
parent 52b801b607
commit fe70fab8e5

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:48:47 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2020/05/17 16:26:02 rsadowski Exp $
COMMENT = system tray app for Syncthing
@ -6,7 +6,7 @@ GH_ACCOUNT = sieren
GH_PROJECT = QSyncthingTray
GH_TAGNAME = 0.5.8
PKGNAME = qsyncthingtray-${GH_TAGNAME}
REVISION = 0
REVISION = 1
CATEGORIES = net x11
HOMEPAGE = https://github.com/sieren/QSyncthingTray
@ -24,11 +24,6 @@ WANTLIB += ${COMPILER_LIBCXX}
LIB_DEPENDS = x11/qt5/qtwebkit
# The correct way is to set QTDIR env, but it doesn't work on OpenBSD, so we
# have to manually specify pkg-config paths manually.
CONFIGURE_ENV += Qt5Widgets_DIR=${LOCALBASE}/lib/qt5/cmake/Qt5Widgets \
Qt5Network_DIR=${LOCALBASE}/lib/qt5/cmake/Qt5Network
CONFIGURE_ARGS += -DQST_BUILD_WEBKIT=1
# Uses webkit functionality from Qt5