diff options
author | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
commit | baf219673b2f513c587184c60605664fc88114bf (patch) | |
tree | cb7da1a40a87abf2b3f5bf6369eaec482423dca8 /audio/oggsplit | |
parent | 4e4fa6a75c274e360567e0e42972001503cc46fe (diff) | |
download | freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.gz freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.zst freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.zip |
Migrate from devel/automake15 to devel/automake19
Diffstat (limited to 'audio/oggsplit')
-rw-r--r-- | audio/oggsplit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index 09c927706513..130785cc0b18 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 |