summaryrefslogtreecommitdiff
path: root/net/dhcpcd-qt/Makefile
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2019-10-29 12:39:13 +0000
committerkamil <kamil@pkgsrc.org>2019-10-29 12:39:13 +0000
commit0538a691062ec9c53929d1b9f9e8202772eb2439 (patch)
tree96773ac506b8841edcc01651dac7ced2e1a4c9f3 /net/dhcpcd-qt/Makefile
parentd7a850832de46563343719f5a15bf39d0eaaf565 (diff)
downloadpkgsrc-0538a691062ec9c53929d1b9f9e8202772eb2439.tar.gz
dhcpcd-qt: Switch to Qt5
Diffstat (limited to 'net/dhcpcd-qt/Makefile')
-rw-r--r--net/dhcpcd-qt/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/dhcpcd-qt/Makefile b/net/dhcpcd-qt/Makefile
index 02e98e7739b..a2238bc4b26 100644
--- a/net/dhcpcd-qt/Makefile
+++ b/net/dhcpcd-qt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/03/12 11:17:18 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/29 12:39:13 kamil Exp $
#
PKGNAME= dhcpcd-qt-${DHCPCD_UI_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
COMMENT= Qt system tray monitor for dhcpcd
@@ -14,15 +14,11 @@ DEPENDS+= dhcpcd-icons>=${DHCPCD_UI_VERSION}:../../net/dhcpcd-icons
USE_LANGUAGES= c99 c++
CONFIGURE_ARGS+= --with-qt
-# Until I can get KDE4 to install...
CONFIGURE_ARGS+= --disable-notification
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR:Q}
-BUILDLINK_DEPMETHOD.qt4-tools= build
-
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"