diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 13:33:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 13:33:59 +0000 |
commit | 206c183d031b72877eead9a3afd3d4a084b07734 (patch) | |
tree | 8bcb7dcaf7065482fb39ae8ab19dae5b20b8e599 /audio/faac/Makefile | |
parent | b5e0edaed6fe10c1c134f7ae56172dfa2b04d899 (diff) | |
download | ports-206c183d031b72877eead9a3afd3d4a084b07734.tar.gz ports-206c183d031b72877eead9a3afd3d4a084b07734.zip |
Notes
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 33115c3b0b8f..7e50d29d835a 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -10,12 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder -LIB_DEPENDS= mp4v2.10:${PORTSDIR}/multimedia/mp4v2 +LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 RESTRICTED= Distribution in binary form is prohibited USES= gmake -NO_STAGE= yes USE_BZIP2= yes USE_DOS2UNIX= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool @@ -26,10 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -MAN1= faac.1 - -.include <bsd.port.pre.mk> - post-patch: @${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h @${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \ @@ -38,4 +33,4 @@ post-patch: pre-configure: @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake -.include <bsd.port.post.mk> +.include <bsd.port.mk> |