diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-17 13:59:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-17 13:59:23 +0000 |
commit | 8d6b3d812f9108907459a7e07e6937bd812bde2c (patch) | |
tree | 186339eaa68ed48eea20c19976bc60d65ce3aff2 /graphics/swftools | |
parent | ee4f10cac04d5824a0bed32742f8cacacb3530e2 (diff) | |
download | ports-8d6b3d812f9108907459a7e07e6937bd812bde2c.tar.gz ports-8d6b3d812f9108907459a7e07e6937bd812bde2c.zip |
USE_BISON to unbreak the build.
Notes
Notes:
svn path=/head/; revision=101214
Diffstat (limited to 'graphics/swftools')
-rw-r--r-- | graphics/swftools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 9d855b6405da..a86b68d6a6b3 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 -BROKEN= "Does not compile" - USE_REINPLACE= yes +USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |