diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
commit | 4e2bd2041c645c085042eae5f197edaa40a21d39 (patch) | |
tree | 971dda5a52764409b58eec64d51d12a8ef4e0022 /editors/texmaker | |
parent | 3680f27ebff58ece429c4e032f9ad84fb1372114 (diff) |
Notes
Diffstat (limited to 'editors/texmaker')
-rw-r--r-- | editors/texmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 1674e4073f9f..be3817ce598a 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -8,6 +8,7 @@ PORTNAME= texmaker PORTVERSION= 2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ @@ -15,7 +16,7 @@ MASTER_SITES= http://www.xm1math.net/texmaker/ MAINTAINER= makc@FreeBSD.org COMMENT= LaTeX Development Environment -LIB_DEPENDS= poppler.5:${PORTSDIR}/graphics/poppler \ +LIB_DEPENDS= poppler.6:${PORTSDIR}/graphics/poppler \ poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ |