diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-01-19 07:21:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-01-19 07:21:04 +0000 |
commit | ca30067532f6e6176d7691ba4628f18c235b0dae (patch) | |
tree | 1138db4d2c053250e2fb42d8808a4a0a1ea9140c /net-im | |
parent | 97b9a7dddb67f2df17f0bbd3de597f0b6a7c1de9 (diff) | |
download | freebsd-ports-ca30067532f6e6176d7691ba4628f18c235b0dae.zip |
- reduce runtime dependencies
PR: 234819
Submitted by: tobik
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 4 |
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 |