diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 13:59:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 13:59:23 +0000 |
commit | ca7ee70123a589c67a2bf59e9d99caf5084d6afd (patch) | |
tree | 326ac6a9aa30e8db35408fc409d6a00963ce9965 /graphics/swftools/Makefile | |
parent | 51ba512625f193182072cad31deefe3845de15ab (diff) | |
download | ports-ca7ee70123a589c67a2bf59e9d99caf5084d6afd.tar.gz ports-ca7ee70123a589c67a2bf59e9d99caf5084d6afd.zip |
- Update to version 0.5.0
PR: ports/62532
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=100384
Diffstat (limited to 'graphics/swftools/Makefile')
-rw-r--r-- | graphics/swftools/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 14b0d60cf610..e308d12b570a 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -7,8 +7,7 @@ # PORTNAME= swftools -PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= graphics MASTER_SITES= http://www.quiss.org/swftools/ @@ -16,7 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SWF manipulation and generation utilities LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - jpeg.9:${PORTSDIR}/graphics/jpeg + jpeg.9:${PORTSDIR}/graphics/jpeg \ + freetype.9:${PORTSDIR}/print/freetype2 USE_REINPLACE= yes USE_GMAKE= yes @@ -24,8 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGSS="-L${LOCALBASE}/lib" -MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfcombine.1 swfdump.1 \ - swfextract.1 swfstrings.1 wav2swf.1 +MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfbbox.1 swfc.1 swfcombine.1 \ + swfdump.1 swfextract.1 swfstrings.1 wav2swf.1 post-patch: @${REINPLACE_CMD} -e 's| -O | |g' ${WRKSRC}/configure |