diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
commit | e32a8245791aab6e734fe5ecda71641e15c94b45 (patch) | |
tree | 4daccf3b91f25a920b92ab009f8f336fb635fb30 /audio/faac | |
parent | 99fb36c32d824e3fb95f9b66463538631d38cdc8 (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/Makefile | 4 |
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> |