summaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-28 02:51:10 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-28 02:51:10 +0000
commit872bef1d9fff7ac924bddcac35bfbc37b01d6418 (patch)
tree9a1a1b08ff2cf5e580df9825352b51346de62454 /audio/faac
parent- Update to 0.30 (diff)
Back out of last commit, this causes major problems with mpeg4ip with an endless loop on build. We'll just have to wait for mpeg4ip & mpeg4ip-libmp4v2 to be fixed.
Notes
Notes: svn path=/head/; revision=122640
Diffstat (limited to 'audio/faac')
-rw-r--r--audio/faac/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index df7b36c11a76..61a72b14bd48 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -31,12 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
INSTALLS_SHLIB= yes
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libmp4v2.a) || defined(WITH_MPEG4) || defined(WITH_MPEG4IP)
-LIB_DEPENDS+= mp4.0:${PORTSDIR}/multimedia/mpeg4ip
-.endif
-
pre-patch: build-depends
post-patch:
@@ -46,4 +40,4 @@ post-patch:
${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \
${WRKSRC}/aclocal.m4
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>