diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-04-11 02:17:02 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-04-11 02:17:02 +0800 |
commit | aa672d7c436da3604aac0fe8d2021b35b4b4a5df (patch) | |
tree | ec729bf6c4038e10d1da0b36034c85bf35c04a08 /Mk | |
parent | 5f3067ca62c9f6de225b74a9edcdcada0215e227 (diff) | |
download | freebsd-ports-gnome-aa672d7c436da3604aac0fe8d2021b35b4b4a5df.tar.gz freebsd-ports-gnome-aa672d7c436da3604aac0fe8d2021b35b4b4a5df.tar.zst freebsd-ports-gnome-aa672d7c436da3604aac0fe8d2021b35b4b4a5df.zip |
New ports: net-p2p/ktorrent, net-p2p/libktorrent, net/syndication
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
This one is a bit ugly: move libktorrent and ktorrent-kde4 out of the way and
readd the new ones in one go, to not have to touch the same MOVED lines in a
short time span.
Also this adds a very stripped down version of the desktuils/kdepim metaport,
which will get more and more dependencies added shortly.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/kde.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index f2aa3608ea91..389fc2e8daa4 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -264,8 +264,10 @@ _USE_FRAMEWORKS_ALL= ecm \ ${_USE_FRAMEWORKS_PORTING} \ ${_USE_FRAMEWORKS_EXTRA} +_USE_KDEPIM5_ALL= syndication _USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} \ + ${_USE_KDEPIM5_ALL} \ ${_USE_KDE_BOTH} # ====================== kde4 components ======================================= @@ -579,6 +581,11 @@ xmlrpcclient_PORT= net/kf5-kxmlrpcclient xmlrpcclient_LIB= libKF5XmlRpcClient.so # ====================== end of frameworks components ========================== +# ====================== pim5 components ======================================= +syndication_PORT= net/syndication +syndication_LIB= libKF5Syndication.so +# ====================== end of pim5 components ================================ + # ====================== multiversion component ================================ akonadi4_PORT= databases/akonadi-kde4 akonadi4_LIB= libakonadiprotocolinternals.so |