diff options
author | ahze <ahze@FreeBSD.org> | 2006-01-29 05:20:22 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-01-29 05:20:22 +0800 |
commit | 2b074dfb9d46871d97f2d9430377e41ba7403459 (patch) | |
tree | ce64f4ff0b0e829e3418fd1aea90421175601a02 | |
parent | f20e89c0ac2c9a0128a7759a438ef2b6c023654c (diff) | |
download | freebsd-ports-gnome-2b074dfb9d46871d97f2d9430377e41ba7403459.tar.gz freebsd-ports-gnome-2b074dfb9d46871d97f2d9430377e41ba7403459.tar.zst freebsd-ports-gnome-2b074dfb9d46871d97f2d9430377e41ba7403459.zip |
- Change pre-patch: build-depends to PATCH_DEPENDS= ${BUILD_DEPENDS}
-rw-r--r-- | audio/faac/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 4ee7d78d222e..b18db2cf054a 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -15,13 +15,14 @@ MASTER_SITE_SUBDIR= faac MAINTAINER= ahze@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder +PATCH_DEPENDS= ${BUILD_DEPENDS} + NO_PACKAGE= Distribution in binary form is prohibited WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOTOOLS= automake:15 autoheader:259 libtool:13 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes -USE_REINPLACE= yes CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ @@ -41,8 +42,6 @@ WITH_MPEG4IP=yes LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 .endif -pre-patch: build-depends - post-patch: @${ECHO_CMD} "" >>${WRKSRC}/libfaac/psych.h @cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I .; \ |