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/vfghostscript5 | |
parent | o update MASTER_SITES; update DESCR accordingly (diff) |
Chase the png library version bump.
Bump PORTREVISION.
Dropped by: ache
Notes
Notes:
svn path=/head/; revision=47783
Diffstat (limited to 'japanese/vfghostscript5')
-rw-r--r-- | japanese/vfghostscript5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index 5ae08652821a..a058f8e6823e 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -7,7 +7,7 @@ PORTNAME= vfghostscript PORTVERSION= 5.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \ @@ -32,7 +32,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}/gs${PORTVERSION} |