diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-27 15:16:11 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-27 15:16:11 +0000 |
commit | 9c37fcec85986e42d822d277322b704d863556f8 (patch) | |
tree | c40b2a225b2af3a74f2d8d635a540f64b3225c32 /audio | |
parent | 962309ee656a53f4039618d7e5f51e237d88d521 (diff) | |
download | ports-9c37fcec85986e42d822d277322b704d863556f8.tar.gz ports-9c37fcec85986e42d822d277322b704d863556f8.zip |
Notes
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 |