diff options
author | max <max@FreeBSD.org> | 2001-06-29 11:13:32 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2001-06-29 11:13:32 +0800 |
commit | d112c0cae3792eb8d4231c395eb7ea9a8bcbb83b (patch) | |
tree | 9aaa8b6446daec6b290a51ad1ae48822a025beea /japanese/ptex/Makefile | |
parent | 3301144ec60836e6337b01cc402c7f4f52071daf (diff) | |
download | freebsd-ports-gnome-d112c0cae3792eb8d4231c395eb7ea9a8bcbb83b.tar.gz freebsd-ports-gnome-d112c0cae3792eb8d4231c395eb7ea9a8bcbb83b.tar.zst freebsd-ports-gnome-d112c0cae3792eb8d4231c395eb7ea9a8bcbb83b.zip |
Upgrade, 2.1.10 -> 2.1.11, along with lib files upgrade.
Diffstat (limited to 'japanese/ptex/Makefile')
-rw-r--r-- | japanese/ptex/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 14012c0dbdd8..823010592e90 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ptex -PORTVERSION= 2.1.10 +PORTVERSION= 2.1.11 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ PKGNAMEPREFIX= ja- @@ -16,6 +16,9 @@ DIST_SUBDIR= teTeX/ptex MAINTAINER= max@FreeBSD.org +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ptex2.1.10-11.patch + BUILD_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common RUN_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common |