diff options
Diffstat (limited to 'devel/libstroke/Makefile')
-rw-r--r-- | devel/libstroke/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index e0edacb..6c40509 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -17,10 +17,10 @@ COMMENT= A stroke translation library USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool: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> |