diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-06 11:21:05 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-06 11:22:18 +0000 |
commit | 5348ecab784e03b1b0a7157f14a549da342b6e61 (patch) | |
tree | 912e3ca89f16eda9cc47cd193077f419feb5071e | |
parent | 6cb6b0f92775beac12af666eaceeab748a78926f (diff) |
-rw-r--r-- | astro/kstars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |