diff options
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 9f41acaacad3..8c012e3cac14 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -7,6 +7,7 @@ PORTNAME= faac PORTVERSION= 1.25 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= faac @@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_DOS2UNIX= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:15 autoheader:259 libtool:15 +USE_AUTOTOOLS= automake:15 autoheader:261 libtool:15 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes USE_DOS2UNIX= yes |