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/libofa | |
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/libofa')
-rw-r--r-- | audio/libofa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 5543abe4a1cf..cc0fb7ff50f6 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ curl.4:${PORTSDIR}/ftp/curl +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |