diff options
Diffstat (limited to 'devel/korelib')
-rw-r--r-- | devel/korelib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/korelib/Makefile b/devel/korelib/Makefile index 2199e172f1fd..5088df3a45f1 100644 --- a/devel/korelib/Makefile +++ b/devel/korelib/Makefile @@ -16,7 +16,8 @@ COMMENT= A cross-platform C++ library for developing modular applications USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 +USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes |