Date: Tue, 6 Sep 2022 11:22:25 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5348ecab784e - main - astro/kstars: libnova install libnova.so instead of libnova-0.15.so Message-ID: <202209061122.286BMPrP036660@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5348ecab784e03b1b0a7157f14a549da342b6e61 commit 5348ecab784e03b1b0a7157f14a549da342b6e61 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-06 11:21:05 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-06 11:22:18 +0000 astro/kstars: libnova install libnova.so instead of libnova-0.15.so --- astro/kstars/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 293cada92556..d4676042f5fc 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libraw.so:graphics/libraw \ libgsl.so:math/gsl \ libsecret-1.so:security/libsecret \ - libnova-0.15.so:astro/libnova \ + libnova.so:astro/libnova \ libstellarsolver.so:astro/stellarsolver \ libwcs.so:astro/wcslib BUILD_DEPENDS= xplanet:astro/xplanet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209061122.286BMPrP036660>