diff options
Diffstat (limited to 'java/sablevm/Makefile')
-rw-r--r-- | java/sablevm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile index ed8ae7ca76bc..c1c6ce675e19 100644 --- a/java/sablevm/Makefile +++ b/java/sablevm/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ PATCH_WRKSRC= ${WRKDIR} PATCH_STRIP= -p1 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= ${SABLEVMDIR}/configure ${NATIVEDIR}/configure USE_GMAKE= yes INSTALLS_SHLIB= yes |