diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-24 15:47:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-24 15:47:04 +0000 |
commit | 7a3a48c2f5f566f3999714ccc0ad5886321096c9 (patch) | |
tree | 0227bc62d092f90b27136e92140b1ed78002f769 /audio/faad | |
parent | 069177d878083cee043986230849eed0a8932326 (diff) | |
download | ports-7a3a48c2f5f566f3999714ccc0ad5886321096c9.tar.gz ports-7a3a48c2f5f566f3999714ccc0ad5886321096c9.zip |
Notes
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 8 | ||||
-rw-r--r-- | audio/faad/pkg-plist | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 65d5e8006d76..0f721386625c 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -3,7 +3,7 @@ PORTNAME= faad2 PORTVERSION= 2.7 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} @@ -11,9 +11,9 @@ MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder -USES= dos2unix gmake -USE_BZIP2= yes -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool +USES= dos2unix gmake libtool tar:bzip2 +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize +GNU_CONFIGURE= yes ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} diff --git a/audio/faad/pkg-plist b/audio/faad/pkg-plist index def8e00e12f6..28478164cd7b 100644 --- a/audio/faad/pkg-plist +++ b/audio/faad/pkg-plist @@ -4,8 +4,8 @@ include/mp4ff.h include/mp4ffint.h include/neaacdec.h lib/libfaad.a -lib/libfaad.la lib/libfaad.so lib/libfaad.so.2 +lib/libfaad.so.2.0.0 lib/libmp4ff.a man/man1/faad.1.gz |