diff options
Diffstat (limited to 'devel/ixlib/Makefile')
-rw-r--r-- | devel/ixlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile index de79f00cb4ef..63ce32312250 100644 --- a/devel/ixlib/Makefile +++ b/devel/ixlib/Makefile @@ -18,7 +18,7 @@ COMMENT= A small C++ tools library based on STL USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |