diff options
Diffstat (limited to 'devel/e4graph/Makefile')
-rw-r--r-- | devel/e4graph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index b005720fcfbe..2e7b65ac1a79 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/all USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \ --with-expat=${LOCALBASE} --enable-xml |