diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-18 21:14:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-18 21:14:41 +0000 |
commit | 91ea5c3247ec607f48809a35593bf5580ed7d455 (patch) | |
tree | f9b29d3f811865ffb154be8b5af915119e00ed23 /editors/texmaker | |
parent | e44ca037001bbbd183d7bc64c183909da88a3d7d (diff) | |
download | ports-91ea5c3247ec607f48809a35593bf5580ed7d455.tar.gz ports-91ea5c3247ec607f48809a35593bf5580ed7d455.zip |
Notes
Diffstat (limited to 'editors/texmaker')
-rw-r--r-- | editors/texmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 59faed539263..3302bb57f9c6 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ @@ -13,7 +13,7 @@ COMMENT= LaTeX Development Environment LICENSE= GPLv2+ -LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ +LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler USES= desktop-file-utils ghostscript:x11,run pkgconfig qmake tar:bzip2 |