diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:11 +0800 |
commit | dd6951f125ec0dcd46ba50f18525aff648b2b706 (patch) | |
tree | 36e27cf7f49369d4bd8c5e8f58e20ad03b4da0f4 /editors | |
parent | 0c93ceb4ce38aecc86b18c49eb0a22e573bb656e (diff) | |
download | freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.tar.gz freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.tar.zst freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.zip |
- Chase lang/guile shlib bump
Diffstat (limited to 'editors')
-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 bb3b2eca8f60..01f75148589a 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.7.1 +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.19:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base |