diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
commit | 89a0b31acd9083a2eb8835a17c5d98c775908c34 (patch) | |
tree | eada1f039182dde7633eb80f55ed5ae086ade13d /audio/mac/Makefile | |
parent | update to 0.9.6.0 (diff) |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'audio/mac/Makefile')
-rw-r--r-- | audio/mac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 090ed0c29c29..04ae75f460ac 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -16,6 +16,7 @@ COMMENT= Monkey's Audio lossless codec BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static |