aboutsummaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
committerAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
commite32a8245791aab6e734fe5ecda71641e15c94b45 (patch)
tree4daccf3b91f25a920b92ab009f8f336fb635fb30 /audio/faac
parent99fb36c32d824e3fb95f9b66463538631d38cdc8 (diff)
downloadports-e32a8245791aab6e734fe5ecda71641e15c94b45.tar.gz
ports-e32a8245791aab6e734fe5ecda71641e15c94b45.zip
Notes
Diffstat (limited to 'audio/faac')
-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>