diff options
author | kris <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
commit | 62aa7fe94673789fb863494cfaf642ffdcff0b5d (patch) | |
tree | dadff634ddd561962b249aea07d4cfb45982ed98 /audio/libofa | |
parent | 6f9d2cc492dfb48ff79f2a18bb35ea9fd095eac6 (diff) | |
download | FreeBSD-ports-62aa7fe94673789fb863494cfaf642ffdcff0b5d.zip FreeBSD-ports-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.gz |
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 5543abe..cc0fb7f 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" \ |