diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 05:34:45 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 05:34:45 +0800 |
commit | d3cdb4a1ee63a332869a62744460f72668faca4d (patch) | |
tree | a7afccfa445b833b6bab4c077cb69e174da9d292 /databases/sqlite2/Makefile | |
parent | 656da91ebad44a72b5fadb6edb3c0fb3dd545b2c (diff) | |
download | freebsd-ports-gnome-d3cdb4a1ee63a332869a62744460f72668faca4d.tar.gz freebsd-ports-gnome-d3cdb4a1ee63a332869a62744460f72668faca4d.tar.zst freebsd-ports-gnome-d3cdb4a1ee63a332869a62744460f72668faca4d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'databases/sqlite2/Makefile')
-rw-r--r-- | databases/sqlite2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 41e56068643e..04908ad59acb 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -56,7 +56,7 @@ MAKE_ENV+= TCL_VER=${TCL_V} USE_GMAKE= YES USE_GNOME= pkgconfig -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 GNU_CONFIGURE= YES USE_REINPLACE= YES CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints |