This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-im/ktp-kded-module: pet stage-qa
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
PORTNAME= ktp-kded-module | ||
DISTVERSION= ${KDE_APPLICATIONS_VERSION} | ||
PORTREVISION= 1 | ||
CATEGORIES= net-im kde kde-applications | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -11,12 +12,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING | |
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \ | ||
libKTpCommonInternals.so:net-im/ktp-common-internals | ||
|
||
USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz | ||
USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz xorg | ||
USE_KDE= activities auth codecs completion config configwidgets coreaddons \ | ||
dbusaddons i18n idletime jobwidgets kcmutils kio notifications \ | ||
service solid wallet widgetsaddons windowsystem | ||
USE_QT= concurrent core dbus gui network sql widgets xml \ | ||
buildtools_build qmake_build | ||
USE_XORG= x11 | ||
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
|