diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-02-16 07:13:11 +0800 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-02-16 07:13:11 +0800 |
commit | 09766e185052dbc70c22b574312d73909ac6846c (patch) | |
tree | 95d1eb4e53d5257f92fd228cef329c29421d484f /editors/texmacs | |
parent | 2e629f1304334001bcaaaf2fee05391c3784cb34 (diff) | |
download | freebsd-ports-gnome-09766e185052dbc70c22b574312d73909ac6846c.tar.gz freebsd-ports-gnome-09766e185052dbc70c22b574312d73909ac6846c.tar.zst freebsd-ports-gnome-09766e185052dbc70c22b574312d73909ac6846c.zip |
editors/texmacs: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X
- Take MAINTAINERSHIP
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 732858f34abc..73ed8f072fd6 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -3,12 +3,12 @@ PORTNAME= texmacs PORTVERSION= 1.99.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors print MASTER_SITES= http://www.texmacs.org/Download/ftp/tmftp/source/ DISTNAME= TeXmacs-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofhs@FreeBSD.org COMMENT= WYSIWYG scientific text editor LICENSE= GPLv3 @@ -18,7 +18,7 @@ BROKEN_FreeBSD_13= assigning to 'bool' from incompatible type 'nullptr_t' BROKEN_FreeBSD_14= assigning to 'bool' from incompatible type 'nullptr_t' LIB_DEPENDS= libltdl.so:devel/libltdl \ - libguile.so:lang/guile \ + libguile.so:lang/guile1 \ libgmp.so:math/gmp RUN_DEPENDS= fig2dev:print/transfig |