diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:04:04 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:39 +0000 |
commit | 9160a41337d86a1b7057ada3ec08548ac4dd5114 (patch) | |
tree | 548de8b742b49421f7a0357f8686e1fc59ba1c27 /net | |
parent | 0fccda57062f84660922674b5403575c5bb3b2c4 (diff) |
Diffstat (limited to 'net')
-rw-r--r-- | net/kmailtransport/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/kmailtransport/Makefile b/net/kmailtransport/Makefile index 4b2e4cd21b6b..320bcb37c865 100644 --- a/net/kmailtransport/Makefile +++ b/net/kmailtransport/Makefile @@ -1,6 +1,6 @@ PORTNAME= kmailtransport DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libqt5keychain.so:security/qtkeychain@qt5 -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ itemmodels jobwidgets kcmutils kio service solid wallet \ widgetsaddons windowsystem @@ -19,6 +19,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ USE_KDE+= akonadi akonadimime gapi ksmtp mime pimcommon USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build +USE_XORG= x11 USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr |