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 /editors/TeXmacs | |
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 'editors/TeXmacs')
-rw-r--r-- | editors/TeXmacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index a8cc1435531..b54004407c9 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2003/10/08 20:58:05 reed Exp $ +# $NetBSD: Makefile,v 1.19 2003/12/24 13:02:00 jmmv Exp $ DISTNAME= TeXmacs-1.0.1-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ @@ -10,7 +10,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.texmacs.org COMMENT= GNU TeXmacs (free scientific text editor) -DEPENDS+= teTeX{,2}>=1.0:../../print/teTeX +DEPENDS+= teTeX>=1.0:../../print/teTeX ALL_TARGET= TEXMACS |