diff options
author | arved <arved@FreeBSD.org> | 2004-02-17 21:59:23 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-17 21:59:23 +0800 |
commit | 6a75c3a5847e20558953cfea38ce27b0ffea9642 (patch) | |
tree | c0870dc9970d3e927ec0329f88cfbaa869f20dfc /graphics | |
parent | 7618cfb5508240c02da27abacef92eeba9ac2933 (diff) | |
download | freebsd-ports-graphics-6a75c3a5847e20558953cfea38ce27b0ffea9642.tar.gz freebsd-ports-graphics-6a75c3a5847e20558953cfea38ce27b0ffea9642.tar.zst freebsd-ports-graphics-6a75c3a5847e20558953cfea38ce27b0ffea9642.zip |
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 9d855b6405d..a86b68d6a6b 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" \ |