diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-21 05:27:16 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-21 05:27:16 +0000 |
commit | 8112386f17f76b88b55b21d5884cef5b05ed3069 (patch) | |
tree | c071769bfc107a2663404651db1a2a29a9d85c31 /editors/texmakerx | |
parent | 9646a1edaa683005bfa38103030f1620566f0aba (diff) |
Notes
Diffstat (limited to 'editors/texmakerx')
-rw-r--r-- | editors/texmakerx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/texmakerx/Makefile b/editors/texmakerx/Makefile index 499d0473e2f0..5753e52f55a3 100644 --- a/editors/texmakerx/Makefile +++ b/editors/texmakerx/Makefile @@ -7,7 +7,7 @@ PORTNAME= texmakerx PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TexMakerX%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S:.0::} @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S:.0::} MAINTAINER= lx@FreeBSD.org COMMENT= A LaTeX IDE derived from Texmaker -LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler \ - poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 +LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler \ + poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme |