diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-13 03:26:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-13 03:26:18 +0000 |
commit | 170019dec387aaa693d92edd9c3d9a933949364e (patch) | |
tree | 412631c3b0b54319f43c3127228601d70d689285 /japanese/vfghostscript55 | |
parent | 78cf6f76947d4db81649974ad771334dcbfee268 (diff) |
Chase the png library version bump.
Bump PORTREVISION.
Dropped by: ache
Notes
Notes:
svn path=/head/; revision=47783
Diffstat (limited to 'japanese/vfghostscript55')
-rw-r--r-- | japanese/vfghostscript55/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfghostscript55/Makefile b/japanese/vfghostscript55/Makefile index f3f6ada5f7b1..735a0c7e9cf7 100644 --- a/japanese/vfghostscript55/Makefile +++ b/japanese/vfghostscript55/Makefile @@ -7,7 +7,7 @@ PORTNAME= vfghostscript PORTVERSION= 5.50a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cs.wisc.edu/ghost/gnu/gs550/ \ @@ -31,7 +31,7 @@ EXTRACT_ONLY= ${GS_SOURCES} MAINTAINER= mita@jp.FreeBSD.org BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib WRKSRC= ${WRKDIR}/gs5.50 |