diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
commit | 1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch) | |
tree | aba890b3ec1e40031b28d4758c9d11e88d6b0713 /editors/texmacs | |
parent | 11b729ede3a1605656fc675e0ccb6be86b9c130b (diff) | |
download | ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.tar.gz ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.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 2db1f7b58468..6a69b87e346e 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.6.11 +PORTREVISION= 1 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \ ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \ @@ -19,7 +20,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= A free WYSIWYG scientific text editor BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX-base -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base |