diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 11:50:16 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 11:50:16 +0800 |
commit | 61995da1d1b79e28c9dccaf729412e65f84ea185 (patch) | |
tree | c5d40250193d91195625b6ae54352f608da30a6a /audio | |
parent | 3394c2aca97fb04b66fa9d1485d526c7921ce993 (diff) | |
download | freebsd-ports-gnome-61995da1d1b79e28c9dccaf729412e65f84ea185.tar.gz freebsd-ports-gnome-61995da1d1b79e28c9dccaf729412e65f84ea185.tar.zst freebsd-ports-gnome-61995da1d1b79e28c9dccaf729412e65f84ea185.zip |
- Catch up with autotools@
Reporteds by: portsnap
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaacplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile index aba04086d3f0..f75bad865f49 100644 --- a/audio/libaacplus/Makefile +++ b/audio/libaacplus/Makefile @@ -27,7 +27,7 @@ CONFLICTS= aacplusenc-0* USE_GNOME= pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 libtoolize aclocal:110 autoheader:262 automake:110 +USE_AUTOTOOLS= libtool:22 libtoolize aclocal:110 autoheader:267 automake:110 GNU_CONFIGURE= yes AUTOMAKE_ARGS= --add-missing |