diff options
author | ahze <ahze@FreeBSD.org> | 2006-01-28 21:18:45 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-01-28 21:18:45 +0000 |
commit | f20e89c0ac2c9a0128a7759a438ef2b6c023654c (patch) | |
tree | ddc4cdb61ed516e532f3a7b4c4dfdc304f25da7d /audio/faad | |
parent | d247bcd09182694500af57141388a0003351bf84 (diff) | |
download | FreeBSD-ports-f20e89c0ac2c9a0128a7759a438ef2b6c023654c.zip FreeBSD-ports-f20e89c0ac2c9a0128a7759a438ef2b6c023654c.tar.gz |
- Change the pre-patch: build-depends to PATCH_DEPENDS= ${BUILD_DEPENDS} to make
sure we have libtool and stuf for post-patch
Reported by: kris
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 1372bc0..34179ab 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= faac MAINTAINER= ahze@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder +PATCH_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ sndfile.1:${PORTSDIR}/audio/libsndfile @@ -39,8 +40,6 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -pre-patch: build-depends - post-patch: # make sure everything is prepared prior to configure stage # pre-configure will not work since *AUTO* tools happen in-between |