aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cole
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cole')
-rw-r--r--textproc/cole/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile
index 1ac2e03efe5a..98f9bd466527 100644
--- a/textproc/cole/Makefile
+++ b/textproc/cole/Makefile
@@ -15,7 +15,12 @@ MASTER_SITE_SUBDIR= sobomax
MAINTAINER= ports@FreeBSD.org
COMMENT= A free C OLE library
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>