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 | |
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')
-rw-r--r-- | audio/faac/Makefile | 2 | ||||
-rw-r--r-- | audio/faad/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 53f3ab988969..61a72b14bd48 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -19,7 +19,7 @@ NO_PACKAGE= Distribution in binary form is prohibited WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOMAKE_VER=15 -USE_AUTOHEADER_VER=253 +USE_AUTOHEADER_VER=259 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes USE_LIBTOOL_VER=13 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 |