diff options
Diffstat (limited to 'devel/libstroke')
-rw-r--r-- | devel/libstroke/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index bb21ca1b82dc..bf637d775261 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -16,7 +16,11 @@ COMMENT= A stroke translation library USE_XLIB= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include <bsd.port.mk> |