diff options
author | mezz <mezz@FreeBSD.org> | 2006-08-27 04:07:52 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-08-27 04:07:52 +0800 |
commit | 19c8f850b562327a14477e755bc8990f43529a7c (patch) | |
tree | 38696c070ffda33881dc2ed9951eac3425964132 | |
parent | e275fe0e2c4ac1b1ba155ab7b6c037aa43142854 (diff) | |
download | freebsd-ports-gnome-19c8f850b562327a14477e755bc8990f43529a7c.tar.gz freebsd-ports-gnome-19c8f850b562327a14477e755bc8990f43529a7c.tar.zst freebsd-ports-gnome-19c8f850b562327a14477e755bc8990f43529a7c.zip |
Remove PATCH_DEPENDS and rename the post-patch target to pre-configure. It
makes more sense. Should fix the build in a few of other tinderboxes, but
I don't understand why it works for pointyhat thought.
Reported by: novel
-rw-r--r-- | audio/faad/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 7d8b35a39604..cbfd24687448 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= faac MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder -PATCH_DEPENDS= ${BUILD_DEPENDS} - WRKSRC= ${WRKDIR}/${PORTNAME} NO_CDROM= Restrictive copyright (do not sell for profit) @@ -34,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> -post-patch: +pre-configure: ${MKDIR} ${WRKSRC}/plugins/bmp @cd ${WRKSRC}; ${ACLOCAL} -I ${ACLOCAL_DIR} -I .; \ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake |