diff options
Diffstat (limited to 'textproc/libxode/Makefile')
-rw-r--r-- | textproc/libxode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index e56d5e960eb4..a6013008182f 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |