diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
commit | c72f46770a033862d2da82574c575a6eb68fe5e2 (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/ja-ptex-share | |
parent | 48a20753c5149a23eafc27c6b216724efcb91320 (diff) | |
download | pkgsrc-c72f46770a033862d2da82574c575a6eb68fe5e2.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'print/ja-ptex-share')
-rw-r--r-- | print/ja-ptex-share/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ja-ptex-share/Makefile b/print/ja-ptex-share/Makefile index f81a2100d65..7e79e7ed4cd 100644 --- a/print/ja-ptex-share/Makefile +++ b/print/ja-ptex-share/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:16:24 martti Exp $ +# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $ DISTNAME= ptex-texmf-2.1 PKGNAME= ja-ptex-share-2.1 +PKGREVISION= 1 WRKSRC= ${WRKDIR} CATEGORIES= print japanese MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ \ @@ -18,7 +19,7 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.ascii.co.jp/pb/ptex/ COMMENT= Library files for pTeX -DEPENDS+= teTeX2>=2.0.1:../../print/teTeX2 +DEPENDS+= teTeX>=2.0.1:../../print/teTeX DIST_SUBDIR= teTeX NO_CONFIGURE= YES |