diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
commit | b5de47e69aa546b8f9449f0a2a7c2c6b81d8cc34 (patch) | |
tree | de3140ef3cb3748036df1a0f21795ce57c8793b7 /audio/freealut | |
parent | Fix fetchable now (invalid checksum): the default (diff) |
Use libtool port instead of included version to avoid a.out objformat botch
Notes
Notes:
svn path=/head/; revision=183664
Diffstat (limited to 'audio/freealut')
-rw-r--r-- | audio/freealut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index c7997d218398..63b37ad2e6a4 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -17,6 +17,7 @@ COMMENT= The OpenAL Utility Toolkit LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes |