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/ptex-base | |
parent | 78cf6f76947d4db81649974ad771334dcbfee268 (diff) | |
download | ports-170019dec387aaa693d92edd9c3d9a933949364e.tar.gz ports-170019dec387aaa693d92edd9c3d9a933949364e.zip |
Notes
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 |