diff options
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 |