aboutsummaryrefslogtreecommitdiff
path: root/audio/faac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r--audio/faac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 434cbe98e9e8..1a4b2bd83b66 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -33,9 +33,9 @@ pre-patch: build-depends
post-patch:
@${ECHO_CMD} "" >>${WRKSRC}/libfaac/psych.h
- @cd ${WRKSRC}; ${ACLOCAL} -I .; \
+ @cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I .; \
${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake
- @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \
+ ${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \
${WRKSRC}/aclocal.m4
.include <bsd.port.mk>