diff options
author | knu <knu@FreeBSD.org> | 2001-09-13 11:26:18 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-13 11:26:18 +0800 |
commit | 5826dc37d703f9600e4b865bfa92494352893096 (patch) | |
tree | 22df466e4854ddace7fa75406012721fd9cd5add /chinese | |
parent | 154eb14d4f747f879be599eceafe4dbd645b90c9 (diff) | |
download | freebsd-ports-gnome-5826dc37d703f9600e4b865bfa92494352893096.tar.gz freebsd-ports-gnome-5826dc37d703f9600e4b865bfa92494352893096.tar.zst freebsd-ports-gnome-5826dc37d703f9600e4b865bfa92494352893096.zip |
Chase the png library version bump.
Bump PORTREVISION.
Dropped by: ache
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index dac0e46a55eb..e917d4add495 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= xemacs PORTVERSION= 20.4 +PORTREVISION= 1 CATEGORIES= chinese editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITES+= ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/20.4/ \ @@ -17,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-mule${EXTRACT_SUFX} MAINTAINER= keith@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= xcin2.5:${PORTSDIR}/chinese/xcin25 \ ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf |