diff options
-rw-r--r-- | graphics/guilib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 731bfb0f1da7..35715568a9ff 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:19 +USE_AUTOTOOLS= aclocal:19:env post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |