diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-28 00:56:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-28 00:56:49 +0000 |
commit | 2d66c25feeeae45d017f6cad3c85e0cfff269450 (patch) | |
tree | bed75b426107cc878d09ed891f15e32e0e93778a /audio/faac/Makefile | |
parent | 7cd8bb5e472b1d503433a48c683f5261e37b2ab1 (diff) |
- Change post-patch to pre-configure as times with autotools have changed.
Notes
Notes:
svn path=/head/; revision=171492
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index af971a4cc117..54d6175b77d5 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= faac MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder -PATCH_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 NO_PACKAGE= Distribution in binary form is prohibited @@ -33,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -post-patch: +pre-configure: @${ECHO_CMD} "" >>${WRKSRC}/libfaac/psych.h @cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I .; \ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake |