summaryrefslogtreecommitdiff
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
parent- Fix conjuration with gcc-3.4.2 (diff)
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
Notes
Notes: svn path=/head/; revision=115365
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>