diff options
author | knu <knu@FreeBSD.org> | 2001-09-13 03:26:18 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-13 03:26:18 +0000 |
commit | 5826dc37d703f9600e4b865bfa92494352893096 (patch) | |
tree | 22df466e4854ddace7fa75406012721fd9cd5add /japanese/ptex-common | |
parent | 154eb14d4f747f879be599eceafe4dbd645b90c9 (diff) | |
download | FreeBSD-ports-5826dc37d703f9600e4b865bfa92494352893096.zip FreeBSD-ports-5826dc37d703f9600e4b865bfa92494352893096.tar.gz |
Chase the png library version bump.
Bump PORTREVISION.
Dropped by: ache
Diffstat (limited to 'japanese/ptex-common')
-rw-r--r-- | japanese/ptex-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 0bb77cc..5f93497 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/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 |