diff options
author | pav <pav@FreeBSD.org> | 2004-06-07 07:02:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-07 07:02:09 +0800 |
commit | f85e07c6ce7a0819814930a4b0e84c054e53f540 (patch) | |
tree | f001d22a7358964b0e7451638a7aaa2d5f006375 /audio | |
parent | 7cfc960c1b6ae782afa7644c46499f70c8bfe3c1 (diff) | |
download | freebsd-ports-gnome-f85e07c6ce7a0819814930a4b0e84c054e53f540.tar.gz freebsd-ports-gnome-f85e07c6ce7a0819814930a4b0e84c054e53f540.tar.zst freebsd-ports-gnome-f85e07c6ce7a0819814930a4b0e84c054e53f540.zip |
- Switch to newer autoheader
PR: ports/67616
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
Diffstat (limited to 'audio')
-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 d1790bfc7618..230bf65583ff 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_VER=213 +USE_AUTOHEADER_VER=253 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes USE_LIBTOOL_VER=13 |