diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-10-13 10:42:22 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-10-13 10:42:22 +0000 |
commit | ea319f9963019b0d84c7f11fe60e2ab393e0fb5b (patch) | |
tree | cf25403073fcd416a2587e56dc365e973e0b2c31 /net | |
parent | dc48452075670dc1db35cd17f4b2b2a354bc2dac (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/kblog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kblog/Makefile b/net/kblog/Makefile index bb451267aab6..0b771ace01a7 100644 --- a/net/kblog/Makefile +++ b/net/kblog/Makefile @@ -2,6 +2,7 @@ PORTNAME= kblog DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -13,7 +14,7 @@ USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm i18n kdelibs4support kio service xmlrpcclient # pim components USE_KDE+= calendarcore syndication -USE_QT= concurrent core dbus gui network webkit \ +USE_QT= concurrent core dbus gui network \ buildtools_build qmake_build USE_LDCONFIG= yes |