Index: head/audio/faac/Makefile =================================================================== --- head/audio/faac/Makefile (revision 362806) +++ head/audio/faac/Makefile (revision 362807) @@ -1,35 +1,35 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= faac PORTVERSION= 1.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 RESTRICTED= Distribution in binary form is prohibited -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 CONFIGURE_ARGS= --with-mp4v2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes post-patch: @${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h @${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/frontend/main.c \ pre-configure: @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake .include Index: head/audio/faac/pkg-plist =================================================================== --- head/audio/faac/pkg-plist (revision 362806) +++ head/audio/faac/pkg-plist (revision 362807) @@ -1,8 +1,8 @@ bin/faac include/faac.h include/faaccfg.h lib/libfaac.a -lib/libfaac.la lib/libfaac.so lib/libfaac.so.0 +lib/libfaac.so.0.0.0 man/man1/faac.1.gz