diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /editors/texmacs | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) | |
download | ports-011dce24ce7dd5253f7e97aaa947acb21339dcd5.tar.gz ports-011dce24ce7dd5253f7e97aaa947acb21339dcd5.zip |
Notes
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index e282c5f4f847..cfbf7881cc7a 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.7.10 +PORTREVISION= 1 CATEGORIES= editors print MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ \ http://www.predatorlabs.net/dl/ @@ -16,7 +17,7 @@ MAINTAINER= rfarmer@predatorlabs.net COMMENT= A free WYSIWYG scientific text editor BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX-base -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base |