diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /databases/libodbc++ | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'databases/libodbc++')
-rw-r--r-- | databases/libodbc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index 8901b2d01f40..34017313d024 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -15,7 +15,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= A C++ class library and toolset for ODBC access to data sources USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= pkgconfig INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |