aboutsummaryrefslogtreecommitdiffstats
path: root/audio/faac
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-08-04 06:36:52 +0800
committerade <ade@FreeBSD.org>2004-08-04 06:36:52 +0800
commit964e12c93b0f7a787724b4d70b83d4cab989b315 (patch)
tree30d59616dab81b2f606e3ae725727737b4cc1b5b /audio/faac
parent8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff)
downloadfreebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz
freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.zst
freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.zip
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.
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>