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 | eeee7fac9fe4a0832e02d75bf0557ffdc07b342a (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/ja-ptex-share/Makefile | |
parent | 3409558f525bf0bab36bbcbb71e23d86e6371709 (diff) | |
download | pkgsrc-eeee7fac9fe4a0832e02d75bf0557ffdc07b342a.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/Makefile')
-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 |