diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 15:44:27 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 15:44:27 +0000 |
commit | e158381d2977e4f344696e74e8ed6ef7d36b0af7 (patch) | |
tree | e986b5682778230421498f429dbff889207142e8 /astro/libnova/Makefile | |
parent | 24ae5cdd4baa32a37049d99ea1e21eff23f956d5 (diff) | |
download | ports-e158381d2977e4f344696e74e8ed6ef7d36b0af7.tar.gz ports-e158381d2977e4f344696e74e8ed6ef7d36b0af7.zip |
change the libtool version to use from 1.3 to 1.5
Notes
Notes:
svn path=/head/; revision=136529
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r-- | astro/libnova/Makefile | 2 |
1 files changed, 1 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: |