diff options
Diffstat (limited to 'lang/tensile/Makefile')
-rw-r--r-- | lang/tensile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tensile/Makefile b/lang/tensile/Makefile index 4bc693a16ea4..f785fbbbb619 100644 --- a/lang/tensile/Makefile +++ b/lang/tensile/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= utils.1:${PORTSDIR}/lang/libutils \ USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= # none CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |