diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-05 07:27:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-05 07:27:02 +0000 |
commit | a2f4fcba5d71018fe2a1b9e3148fefde9c8afb8c (patch) | |
tree | e0bacab6e6d7a6bbb456ee0fb9fcebaf70070890 /audio/faad/Makefile | |
parent | 2d6650ae38c0861cac8845dc86fd10d2180c4cdd (diff) |
Notes
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r-- | audio/faad/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 52e23f745f41..0ac042ed904d 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -6,11 +6,11 @@ # PORTNAME= faad2 -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= faac +DISTNAME= ${PORTNAME}-${PORTVERSION}-rc3 MAINTAINER= sean@sfarc.net COMMENT= A LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder @@ -20,6 +20,8 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOMAKE_VER= 15 +USE_AUTOHEADER= yes +USE_AUTOHEADER= yes AUTOMAKE_ARGS= --add-missing USE_GETOPT_LONG= yes @@ -28,7 +30,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --program-transform-name='' +CONFIGURE_ARGS= --program-transform-name='' --with-mp4v2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ |