diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-13 18:47:42 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-13 18:47:42 +0000 |
commit | d165cd9119039f4d3159287f0b934ff41083981a (patch) | |
tree | 73014a28fd7369c209518b0d9d2fdb9d806420a9 /astro | |
parent | a563c1379655305155f6ad39a3bb305c2d48564b (diff) | |
download | freebsd-ports-d165cd9119039f4d3159287f0b934ff41083981a.zip |
astro/libkgeomap: mark deprecated
- with the update to release-service 20.12 in december, this port will be removed,
as there are no KDE consumers left
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libkgeomap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index 8ad0594d42c5..0fb50de7fccb 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -12,6 +12,8 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING-CMAKE-SCRIPTS +DEPRECATED= No longer shipped with 20.12 -- will be removed when the update happens + BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs LIB_DEPENDS= libopencv_video.so:graphics/opencv |