diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-01-28 21:18:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-01-28 21:18:45 +0000 |
commit | 8c956191f4a6be2c86b181ee2bf20982bc05c683 (patch) | |
tree | 351503d400093ad4902026c0b45f275d9b3126e9 /audio/faad | |
parent | 394df850844ea026bd5b309914e48796f2f9d4ce (diff) | |
download | ports-8c956191f4a6be2c86b181ee2bf20982bc05c683.tar.gz ports-8c956191f4a6be2c86b181ee2bf20982bc05c683.zip |
Notes
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 1372bc06b6c6..34179aba5340 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 |