diff options
author | uebayasi <uebayasi> | 2003-06-05 05:01:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-06-05 05:01:54 +0000 |
commit | ecbcb7da67768859c8e018f8bb1c0bcc5269b391 (patch) | |
tree | f7506ed28fc3268b097ff0d725ff8c3499773231 /editors | |
parent | 3afbe311990d5b44c68fe085901912f8c9bf9866 (diff) | |
download | pkgsrc-ecbcb7da67768859c8e018f8bb1c0bcc5269b391.tar.gz |
Bump revisions following the guile14's threaded fix.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 49188dbfdee..d0b433aed5c 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/05/06 16:21:20 seb Exp $ +# $NetBSD: Makefile,v 1.15 2003/06/05 05:01:56 uebayasi Exp $ DISTNAME= TeXmacs-1.0.1-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ |