diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
commit | 60b3a84279e0657b047e05ed4f622cf401e2376b (patch) | |
tree | 87924704af779c872d6c2a33013016cf3fa9e056 /graphics/gnash | |
parent | Somehow the documents are not generated on pointyhat build. (diff) |
Use libtool15 port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 155bf87755ba..636aad61a604 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ ogg.5:${PORTSDIR}/audio/libogg +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GL= yes USE_GMAKE= yes |