diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-28 02:51:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-28 02:51:10 +0000 |
commit | 872bef1d9fff7ac924bddcac35bfbc37b01d6418 (patch) | |
tree | 9a1a1b08ff2cf5e580df9825352b51346de62454 /audio | |
parent | 4a480b45458781a9d2df702f6825b8dbad928186 (diff) | |
download | ports-872bef1d9fff7ac924bddcac35bfbc37b01d6418.tar.gz ports-872bef1d9fff7ac924bddcac35bfbc37b01d6418.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faac/Makefile | 8 |
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> |