diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
commit | 6127ef4c19b3753b5c840084cb831d63174d1be5 (patch) | |
tree | 89299bcb6515924909e72b49e39c149921ba8fd2 /editors | |
parent | 337ea022b8a5578a7859f25f4046591bee3d8325 (diff) | |
download | freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.gz freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.zst freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.zip |
Chase libguile shared lib version.
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 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 |