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 bd5d67d18cff..8629a6377f61 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/all USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \ --with-expat=${LOCALBASE} --enable-xml |