diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-21 23:44:26 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 15:25:14 +0800 |
commit | 5ac58edc57f032444d53c11d8381022f2e4c997b (patch) | |
tree | 47c53b534013b0f3ec7cda09125a6bf9a53e831f /net/kf5-syndication | |
parent | 76a039fef3f14ce0e98419937c124849f9548fb4 (diff) | |
download | freebsd-ports-gnome-5ac58edc57f032444d53c11d8381022f2e4c997b.tar.gz freebsd-ports-gnome-5ac58edc57f032444d53c11d8381022f2e4c997b.tar.zst freebsd-ports-gnome-5ac58edc57f032444d53c11d8381022f2e4c997b.zip |
KDE Frameworks: remove stale DOCS option and CONFLICTS
Some of the PIM-related frameworks still have CONFLICTS
that are KDE4-era. Remove those. Also drop the DOCS option
because these frameworks do not have documentation.
Diffstat (limited to 'net/kf5-syndication')
-rw-r--r-- | net/kf5-syndication/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/kf5-syndication/Makefile b/net/kf5-syndication/Makefile index 4d4ca3799181..0a4f33983d02 100644 --- a/net/kf5-syndication/Makefile +++ b/net/kf5-syndication/Makefile @@ -1,5 +1,6 @@ PORTNAME= syndication DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks @@ -14,6 +15,4 @@ USE_QT= core gui xml \ buildtools_build qmake_build USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS - .include <bsd.port.mk> |