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 | |
parent | Use QT3 instead of QT2. (diff) |
USE_BISON to unbreak the build.
Diffstat (limited to 'graphics')
-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" \ |