diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
commit | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch) | |
tree | 75bc18c02ad45658df6e53d5864baec96c002730 /audio/vorbis-tools | |
parent | 980b4f867dba0a997b3f1336459072e6da844359 (diff) | |
download | freebsd-ports-graphics-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz freebsd-ports-graphics-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.zst freebsd-ports-graphics-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 603beefe5a2..2bfd4e7ac08 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ @@ -25,7 +25,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ speex.1:${PORTSDIR}/audio/speex \ vorbis.4:${PORTSDIR}/audio/libvorbis -USE_AUTOTOOLS= aclocal:19 autoconf:259 automake:19 libtool:15 +USE_AUTOTOOLS= aclocal:19 autoconf:261 automake:19 libtool:15 USE_GETTEXT= yes ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |