diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 19:00:51 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 19:00:51 +0000 |
commit | 0f12fcc8c78dfd485816e8211d56ed0d8d8709cb (patch) | |
tree | 240e0e22ded18ec6f88d0c6795559809e740a137 /devel/libstroke | |
parent | 4428b915f75e3669962d230fe556b4aa35284383 (diff) | |
download | ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.tar.gz ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.zip |
Notes
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> |