diff options
author | pav <pav@FreeBSD.org> | 2004-05-03 01:05:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-03 01:05:12 +0800 |
commit | 6b48f6d3ea79eaf8ef2fe3eff80ae9b52a30cd29 (patch) | |
tree | e79cd71bd7795433869e1e64bd1b63973951c9e0 /editors/texmacs/Makefile | |
parent | c1c54fe42d6fe751a3dd687cf3b43c28d38d6c54 (diff) | |
download | freebsd-ports-gnome-6b48f6d3ea79eaf8ef2fe3eff80ae9b52a30cd29.tar.gz freebsd-ports-gnome-6b48f6d3ea79eaf8ef2fe3eff80ae9b52a30cd29.tar.zst freebsd-ports-gnome-6b48f6d3ea79eaf8ef2fe3eff80ae9b52a30cd29.zip |
- Update to 1.0.3
PR: ports/66068
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Diffstat (limited to 'editors/texmacs/Makefile')
-rw-r--r-- | editors/texmacs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index e2f5a00ed1f5..f9a9c5b8bd62 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -6,12 +6,11 @@ # PORTNAME= texmacs -PORTVERSION= 1.0.2.5 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= editors print MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ \ ftp://ftp.texmacs.org/pub/TeXmacs/old-targz/ -DISTNAME= TeXmacs-${PORTVERSION}-src +DISTNAME= TeXmacs-${PORTVERSION}-R2-src MAINTAINER= mainland@apeiron.net COMMENT= "A free WYSIWYG scientific text editor." @@ -20,8 +19,6 @@ BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX -WRKSRC= ${WRKDIR}/TeXmacs-${PORTVERSION}-src - USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --disable-fastalloc ${CONFIGURE_TARGET} |