summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2019-01-19 07:21:04 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2019-01-19 07:21:04 +0000
commitca30067532f6e6176d7691ba4628f18c235b0dae (patch)
tree1138db4d2c053250e2fb42d8808a4a0a1ea9140c
parentMark BROKEN: fails to build (diff)
- reduce runtime dependencies
PR: 234819 Submitted by: tobik
Notes
Notes: svn path=/head/; revision=490709
-rw-r--r--net-im/licq-qt-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile
index 6c4f7ad0d359..eaf114345d54 100644
--- a/net-im/licq-qt-gui/Makefile
+++ b/net-im/licq-qt-gui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qt-gui
PORTVERSION= 1.9.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
PKGNAMEPREFIX= licq-
PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2}
@@ -20,7 +20,7 @@ RUN_DEPENDS= licq:${LICQ_PORT} \
USE_XORG= x11 xext ice xscrnsaver sm
USES= cmake qt:5
-USE_QT= buildtools qmake_build linguisttools_build core \
+USE_QT= buildtools_build qmake_build linguisttools_build core \
xml gui network dbus svg widgets
USE_GITHUB= yes
GH_ACCOUNT= licq-im