diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-27 23:16:11 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-27 23:16:11 +0800 |
commit | 8302d3d46bfe6b5db1bb54168a7b4471cbcd6f86 (patch) | |
tree | fc5887e11d883da075755d527af288bd312701d4 /audio/faad | |
parent | 1513ac7ce725c4995dd7e5ec30a919593101c063 (diff) | |
download | freebsd-ports-gnome-8302d3d46bfe6b5db1bb54168a7b4471cbcd6f86.tar.gz freebsd-ports-gnome-8302d3d46bfe6b5db1bb54168a7b4471cbcd6f86.tar.zst freebsd-ports-gnome-8302d3d46bfe6b5db1bb54168a7b4471cbcd6f86.zip |
Use newer version of autoconf/autoheader (259)
Submitted by: paulbeard@mac.com
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index af6f4cc73b82..d0e386d1e097 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_CDROM= "Restrictive copyright (do not sell for profit)" USE_AUTOMAKE_VER= 15 -USE_AUTOHEADER_VER= 253 +USE_AUTOHEADER_VER= 259 AUTOMAKE_ARGS= --add-missing CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETOPT_LONG=yes |