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 /devel/cweb | |
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 'devel/cweb')
-rw-r--r-- | devel/cweb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 0e9ae1d046a..b87c8554b25 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:30:11 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/12/24 13:02:00 jmmv Exp $ # # XXX This package needs to be installed with the same PREFIX as teTeX # DISTNAME= cweb-3.64 +PKGREVISION= 1 WRKSRC= ${WRKDIR} CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/} @@ -12,7 +13,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/cweb.html COMMENT= CWEB System of Structured Documentation -DEPENDS+= teTeX-[0-9]*:../../print/teTeX +CONFLICTS+= teTeX-bin>=2.0 + +DEPENDS+= teTeX-[0-9]*:../../print/teTeX1 post-patch: ${MV} ${WRKSRC}/cweb.1 ${WRKSRC}/cweb.1.dist |