diff options
author | ade <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-24 03:22:28 +0000 |
commit | baf219673b2f513c587184c60605664fc88114bf (patch) | |
tree | cb7da1a40a87abf2b3f5bf6369eaec482423dca8 /audio | |
parent | 4e4fa6a75c274e360567e0e42972001503cc46fe (diff) | |
download | FreeBSD-ports-baf219673b2f513c587184c60605664fc88114bf.zip FreeBSD-ports-baf219673b2f513c587184c60605664fc88114bf.tar.gz |
Migrate from devel/automake15 to devel/automake19
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libtremor/Makefile | 2 | ||||
-rw-r--r-- | audio/oggsplit/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile index 7e3f092..c472b24 100644 --- a/audio/libtremor/Makefile +++ b/audio/libtremor/Makefile @@ -18,7 +18,7 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library SNAP_DATE= 02132004 WRKSRC= ${WRKDIR}/Tremor -USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22 +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index 09c9277..130785c 100644 --- a/audio/oggsplit/Makefile +++ b/audio/oggsplit/Makefile @@ -17,8 +17,9 @@ LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:15 autoconf:267 +USE_AUTOTOOLS= automake:19 autoconf:267 AUTOMAKE_ARGS= --add-missing +CONFIGURE_ARGS= --with-ogg=${LOCALBASE} MAN1= oggsplit.1 PLIST_FILES= bin/oggsplit |