diff options
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r-- | archivers/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index cef50f9783fb..bb1257625e55 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -24,7 +24,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOMAKE_VER=14 USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-glob CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -liconv" |