diff options
author | oliver <oliver@FreeBSD.org> | 2005-05-31 23:44:27 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-05-31 23:44:27 +0800 |
commit | 993884bd2889c4bced03e97f6933046ec5a747e6 (patch) | |
tree | d7fb2c8629d839cc15dd081ccb8a0ec99ea13cb1 /astro | |
parent | 5ae40488daa877b185e5534a05333bf5e962d93d (diff) | |
download | freebsd-ports-gnome-993884bd2889c4bced03e97f6933046ec5a747e6.tar.gz freebsd-ports-gnome-993884bd2889c4bced03e97f6933046ec5a747e6.tar.zst freebsd-ports-gnome-993884bd2889c4bced03e97f6933046ec5a747e6.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libnova/Makefile | 2 | ||||
-rw-r--r-- | astro/libnova/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index e8d3d33c2939..c3cb9b07e44f 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -18,7 +18,7 @@ COMMENT= Astronomical Calculation Library USE_GNOME= gnometarget lthack USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes post-patch: diff --git a/astro/libnova/pkg-plist b/astro/libnova/pkg-plist index b02afad2bd06..00208bb24304 100644 --- a/astro/libnova/pkg-plist +++ b/astro/libnova/pkg-plist @@ -1,6 +1,8 @@ bin/libnovaconfig include/libnova.h +lib/libnova-0.9.so lib/libnova-0.9.so.0 lib/libnova.a +lib/libnova.la lib/libnova.so share/aclocal/libnova-check.m4 |