diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 09:46:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 09:46:18 +0000 |
commit | c6e34f10f4ecd171dd954db5af70bf43fc10b9b2 (patch) | |
tree | e4690581266453b5a3be954fb685f7f158332c74 /editors/texmacs/Makefile | |
parent | Fix checkin by jeh of 2003/11/18 03:10:04 PST which reversed (diff) |
- Unbreak fetch by updating to 1.0.2.5
PR: ports/58889
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Approved by: adamw (mentor)
Diffstat (limited to 'editors/texmacs/Makefile')
-rw-r--r-- | editors/texmacs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 8691d9246cd0..9084a46dacf6 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -6,16 +6,15 @@ # PORTNAME= texmacs -PORTVERSION= 1.0.1.21 +PORTVERSION= 1.0.2.5 CATEGORIES= editors print -MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ +MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ \ + ftp://ftp.texmacs.org/pub/TeXmacs/old-targz/ DISTNAME= TeXmacs-${PORTVERSION}-src MAINTAINER= mainland@apeiron.net COMMENT= "A free WYSIWYG scientific text editor." -BROKEN= "Does not fetch, will be removed after Feb 2" - BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX |