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 | |
parent | 695a71a06d1ecd119fbb64b9485c323bbe4d8736 (diff) |
Notes
-rw-r--r-- | graphics/swftools/Makefile | 3 | ||||
-rw-r--r-- | graphics/xpdf/Makefile | 4 | ||||
-rw-r--r-- | print/gfontview/Makefile | 4 |
3 files changed, 6 insertions, 5 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 diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index e04dac0afd80..76162f92bd6f 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpdf PORTVERSION= 2.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} @@ -22,7 +22,7 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= Display PDF files, and convert them to other formats BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib \ +LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile index 8e6a7e8cf575..ec3d04369d44 100644 --- a/print/gfontview/Makefile +++ b/print/gfontview/Makefile @@ -8,7 +8,7 @@ PORTNAME= gfontview PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An outline font viewer -LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib USE_X_PREFIX= yes USE_REINPLACE= yes |