aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-11-04 19:15:42 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-11-05 05:07:40 +0000
commit2507b096e4fb31d83420dc9fe3681b5b73537d20 (patch)
tree448701e5b9c42932e4cb14d64e7cabc4e114d3a5 /astro
parent839ac634dd834992c3011fdaf553a5228f81d67e (diff)
downloadports-2507b096e4fb31d83420dc9fe3681b5b73537d20.tar.gz
ports-2507b096e4fb31d83420dc9fe3681b5b73537d20.zip
KDE: reduce diff on KDE Gear updates
Some KDE Gear applications set a different version for the shared library than the rest of them. Those ports manually overwrote the variable used in the plist sub. Make them use a kde.mk defined value, so that only one place needs to be changed on updates.
Diffstat (limited to 'astro')
-rw-r--r--astro/kosmindoormap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/kosmindoormap/Makefile b/astro/kosmindoormap/Makefile
index c729fdcc3a79..c4bb3c747dfb 100644
--- a/astro/kosmindoormap/Makefile
+++ b/astro/kosmindoormap/Makefile
@@ -16,6 +16,6 @@ USE_QT= core declarative gui network quick3d \
OPTIONS_DEFINE= DOCS
# Override shared library version
-KDE_APPLICATIONS_SHLIB_VER= 21.8.3
+KDE_APPLICATIONS_SHLIB_VER= ${KDE_APPLICATIONS_SHLIB_G_VER}
.include <bsd.port.mk>