diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /audio/faac | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index f698932aa40d..d1790bfc7618 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -18,7 +18,7 @@ NO_PACKAGE= Distribution in binary form is prohibited WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOMAKE_VER=15 -USE_AUTOHEADER= yes +USE_AUTOHEADER_VER=213 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes USE_LIBTOOL_VER=13 |