diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:54 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:35 +0000 |
commit | 4ff4deea7a9377b83ce5ebfc1b50683bbcc162eb (patch) | |
tree | a67c841b4fd2e9d3e86a539eab26590caade59b9 | |
parent | 449c6e237f12c3ed954f9c151366cfa3f7852174 (diff) | |
download | ports-4ff4deea7a9377b83ce5ebfc1b50683bbcc162eb.tar.gz ports-4ff4deea7a9377b83ce5ebfc1b50683bbcc162eb.zip |
net-p2p/ktorrent: pet stage-qa
-rw-r--r-- | net-p2p/ktorrent/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index fef7672391d2..731693b53e30 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -1,5 +1,6 @@ PORTNAME= ktorrent DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net-p2p kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -13,7 +14,8 @@ LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ libgmp.so:math/gmp \ libtag.so:audio/taglib -USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext \ + kde:5 qt:5 tar:xz xorg USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons dnssd i18n iconthemes itemviews \ jobwidgets kcmutils kio kross notifications \ @@ -24,6 +26,7 @@ USE_KDE= archive auth bookmarks codecs completion config configwidgets \ USE_QT= concurrent core dbus declarative gui location network phonon4 printsupport \ script webchannel widgets xml \ buildtools_build qmake_build +USE_XORG= x11 OPTIONS_DEFINE= DOCS WORKSPACE OPTIONS_DEFAULT= WORKSPACE |