diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /audio/oggsplit | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Notes
Diffstat (limited to 'audio/oggsplit')
-rw-r--r-- | audio/oggsplit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index 130785cc0b18..62a0969ca86c 100644 --- a/audio/oggsplit/Makefile +++ b/audio/oggsplit/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19 autoconf:267 +USE_AUTOTOOLS= automake:111 autoconf:267 AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --with-ogg=${LOCALBASE} |