diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/e4graph/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'devel/e4graph/Makefile')
-rw-r--r-- | devel/e4graph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index 2afc8db4298c..81d49953bfde 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/all USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \ --with-expat=${LOCALBASE} --enable-xml @@ -50,6 +50,7 @@ post-patch: s|gcc -shared|$$(CC) -shared|g ; \ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${CHMOD} +x ${WRKSRC}/scripts/ltconfig post-install: .for file in testcore testcores |