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 /japanese/ptex-base | |
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 'japanese/ptex-base')
-rw-r--r-- | japanese/ptex-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index 0bb77cc8b5ec..5f93497ce134 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -1,3 +1,4 @@ + # New ports collection makefile for: pTeX-common # Date created: 05 Oct 1997 # Whom: max @@ -7,6 +8,7 @@ PORTNAME= ptex PORTVERSION= 2.1.11 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ PKGNAMEPREFIX= ja- @@ -16,7 +18,7 @@ EXTRACT_ONLY= ${TETEX_SRC} MAINTAINER= max@FreeBSD.org -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ wwwcore.1:${PORTSDIR}/www/libwww USE_XLIB= yes |