diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-24 01:10:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-24 01:10:23 +0000 |
commit | 7587dec2142afd4c1d136595df020735c50c7c3a (patch) | |
tree | fe7f7f8774bd9e49de645b04ff8a8414cd0a1493 /graphics/swftools | |
parent | 695a71a06d1ecd119fbb64b9485c323bbe4d8736 (diff) |
Notes
Diffstat (limited to 'graphics/swftools')
-rw-r--r-- | graphics/swftools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index bf07d898fbfb..ce7fd8e95522 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -8,13 +8,14 @@ PORTNAME= swftools PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.quiss.org/swftools/ MAINTAINER= ports@FreeBSD.org COMMENT= SWF manipulation and generation utilities -LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib \ +LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_REINPLACE= yes |